|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
artofillusion.script.ScriptException
public class ScriptException
An exception thrown by the ScriptEngine interface.
Constructor Summary | |
---|---|
ScriptException(java.lang.String message,
int lineNumber)
|
|
ScriptException(java.lang.String message,
int lineNumber,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
int |
getLineNumber()
Get the line in the script at which the error occurred, or -1 if a specific line could not be identified. |
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 ScriptException(java.lang.String message, int lineNumber)
public ScriptException(java.lang.String message, int lineNumber, java.lang.Throwable cause)
Method Detail |
---|
public int getLineNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |