public class ParseException
extends java.lang.Exception
| Constructor and Description |
|---|
ParseException(java.lang.String message)
Create a parse exception with the specified message.
|
ParseException(java.lang.String message,
java.lang.Throwable cause)
Create a parse exception with the specified message and
cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Return the cause of the launch exception or null if there
is no cause exception.
|
void |
printStackTrace(java.io.PrintStream stream)
Print the stack trace and the cause exception (1.3
compatible)
|
void |
printStackTrace(java.io.PrintWriter stream)
Print the stack trace and the cause exception (1.3
compatible)
|
public ParseException(java.lang.String message)
public ParseException(java.lang.String message,
java.lang.Throwable cause)
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic void printStackTrace(java.io.PrintStream stream)
printStackTrace in class java.lang.Throwablepublic void printStackTrace(java.io.PrintWriter stream)
printStackTrace in class java.lang.Throwable