Class ScriptParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.rookscript.exception.ScriptParseException
All Implemented Interfaces:
Serializable

public class ScriptParseException extends RuntimeException
Exception that can be thrown during script parse.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ScriptParseException

      public ScriptParseException()
    • ScriptParseException

      public ScriptParseException(String message, Throwable cause)
    • ScriptParseException

      public ScriptParseException(String message)
    • ScriptParseException

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

      public ScriptParseException(Throwable cause)
    • ScriptParseException

      public ScriptParseException(ScriptParser.ErrorMessage... errorMessages)
  • Method Details

    • getErrorMessages

      public ScriptParser.ErrorMessage[] getErrorMessages()
      Returns:
      the list of error messages used to construct this exception.
      Since:
      1.11.0