Package com.blackrook.rookscript
Class ScriptInstanceBuilder.BuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.rookscript.ScriptInstanceBuilder.BuilderException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ScriptInstanceBuilder
Exception that can be thrown from
ScriptInstanceBuilder
.- See Also:
-
Constructor Summary
ConstructorDescriptionBuilderException
(String message) BuilderException
(String message, Object... args) BuilderException
(String message, Throwable cause) BuilderException
(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
-
BuilderException
public BuilderException() -
BuilderException
-
BuilderException
-
BuilderException
-
BuilderException
-