|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.slamd.scripting.engine.ScriptException
This class defines an exception that may be thrown if a problem occurs while parsing or executing an LDAP script.
| Constructor Summary | |
ScriptException(int lineNumber,
int characterNumber,
java.lang.String message)
Creates a new script exception with the specified line number and message. |
|
ScriptException(int lineNumber,
int characterNumber,
java.lang.String message,
java.lang.Exception parentException)
Creates a new script exception with the specified line number and message. |
|
ScriptException(int lineNumber,
java.lang.String message)
Creates a new script exception with the specified line number and message. |
|
ScriptException(int lineNumber,
java.lang.String message,
java.lang.Exception parentException)
Creates a new script exception with the specified line number and message. |
|
ScriptException(java.lang.String message)
Creates a new script exception with the specified message. |
|
ScriptException(java.lang.String message,
java.lang.Exception parentException)
Creates a new script exception with the specified message. |
|
| Method Summary | |
java.lang.Exception |
getParentException()
Retrieves the parent exception that triggered this script exception. |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ScriptException(java.lang.String message)
message - The message that specifies the problem that occurred.
public ScriptException(java.lang.String message,
java.lang.Exception parentException)
message - The message that specifies the problem that occurred.parentException - The parent exception that triggered this script
exception.
public ScriptException(int lineNumber,
java.lang.String message)
lineNumber - The line number of the script on which the problem
occurred.message - The message that specifies the problem that occurred.
public ScriptException(int lineNumber,
java.lang.String message,
java.lang.Exception parentException)
lineNumber - The line number of the script on which the problem
occurred.message - The message that specifies the problem that
occurred.parentException - The parent exception that triggered this script
exception.
public ScriptException(int lineNumber,
int characterNumber,
java.lang.String message)
lineNumber - The line number of the script on which the problem
occurred.characterNumber - The character number of the line in which the
problem occurred.message - The message that specifies the problem that
occurred.
public ScriptException(int lineNumber,
int characterNumber,
java.lang.String message,
java.lang.Exception parentException)
lineNumber - The line number of the script on which the problem
occurred.characterNumber - The character number of the line in which the
problem occurred.message - The message that specifies the problem that
occurred.parentException - The parent exception that triggered this script
exception.| Method Detail |
public java.lang.Exception getParentException()
null if no parent exception is available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||