Class ScriptParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.rookscript.exception.ScriptParseException
- All Implemented Interfaces:
Serializable
Exception that can be thrown during script parse.
- Author:
- Matthew Tropiano
- See Also:
-
Constructor Summary
ConstructorDescriptionScriptParseException
(ScriptParser.ErrorMessage... errorMessages) ScriptParseException
(String message) ScriptParseException
(String message, Object... args) ScriptParseException
(String message, Throwable cause) ScriptParseException
(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
-
ScriptParseException
public ScriptParseException() -
ScriptParseException
-
ScriptParseException
-
ScriptParseException
-
ScriptParseException
-
ScriptParseException
-
-
Method Details
-
getErrorMessages
- Returns:
- the list of error messages used to construct this exception.
- Since:
- 1.11.0
-