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

public class ScriptInstanceBuilder.BuilderException extends RuntimeException
Exception that can be thrown from ScriptInstanceBuilder.
See Also:
  • Constructor Details

    • BuilderException

      public BuilderException()
    • BuilderException

      public BuilderException(String message, Throwable cause)
    • BuilderException

      public BuilderException(String message)
    • BuilderException

      public BuilderException(String message, Object... args)
    • BuilderException

      public BuilderException(Throwable cause)