|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.higgins.util.jscript.JScriptException
| Constructor Summary | |
|---|---|
JScriptException()
Constructs a new ProcessingException with no message
or cause. |
|
JScriptException(String message)
Constructs a new ProcessingException with a message,
but no cause. |
|
JScriptException(String message,
Throwable cause)
Constructs a new JScriptException with a message
and a cause. |
|
JScriptException(Throwable cause)
Constructs a new JScriptException with a cause,
but no message. |
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JScriptException()
ProcessingException with no message
or cause.
public JScriptException(String message)
ProcessingException with a message,
but no cause. The message is saved for later retrieval by the
Throwable.getMessage()
method.
message - the detail message (null if nonexistent
or unknown)public JScriptException(Throwable cause)
JScriptException with a cause,
but no message. The cause is saved for later retrieval by the
Throwable.getCause()
method.
cause - the cause (null if nonexistent
or unknown)
public JScriptException(String message,
Throwable cause)
JScriptException with a message
and a cause. The message and cause are saved for later retrieval
by the
Throwable.getMessage() and
Throwable.getCause()
methods.
message - the detail message (null if nonexistent
or unknown)cause - the cause (null if nonexistent
or unknown)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||