Class ScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gurkenlabs.litiengine.scripting.ScriptException
- All Implemented Interfaces:
Serializable
Indicates that a script could not be compiled, instantiated, configured, or executed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptException(String message) ScriptException(String message, Throwable cause) ScriptException(String message, Throwable cause, List<ScriptDiagnostic> diagnostics) ScriptException(String message, List<ScriptDiagnostic> diagnostics) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptException
-
ScriptException
-
ScriptException
-
ScriptException
-
-
Method Details
-
getDiagnostics
-