Class ScriptStackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.rookscript.exception.ScriptStackException
- All Implemented Interfaces:
Serializable
Exception that can be thrown for script stack problems.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptStackException
(String message) ScriptStackException
(String message, Object... args) ScriptStackException
(String message, Throwable cause) ScriptStackException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScriptStackException
public ScriptStackException() -
ScriptStackException
-
ScriptStackException
-
ScriptStackException
-
ScriptStackException
-