java.lang.Object
java.lang.Throwable
java.lang.Exception
be.yildizgames.module.script.ScriptException
- All Implemented Interfaces:
Serializable
Exception thrown in script environment.
- Author:
- Grégory Van den Borre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScriptException
(Exception cause) Full constructor.ScriptException
(String cause) Full constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptException
Full constructor.- Parameters:
cause
- Original exception.
-
ScriptException
Full constructor.- Parameters:
cause
- Error message.
-