Class ScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.script.ScriptException
se.datadosen.util.ScriptException
- All Implemented Interfaces:
Serializable,ContextualException
Like javax.script.ScriptException but with File reference
- Since:
- 13.8
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptException(String message, File file, int lineNumber) ScriptException(String message, File file, int lineNumber, int columnNumber) ScriptException(Throwable cause, File file, int lineNumber) -
Method Summary
Methods inherited from class javax.script.ScriptException
getColumnNumber, getFileName, getLineNumber, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface se.datadosen.util.ContextualException
getCause, getColumnNumber, getLineNumber, getMessage
-
Constructor Details
-
ScriptException
-
ScriptException
-
ScriptException
-
-
Method Details
-
getFile
- Specified by:
getFilein interfaceContextualException
-
of
-