Class ArcheTextParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.blackrook.archetext.exception.ArcheTextParseException
All Implemented Interfaces:
Serializable

public class ArcheTextParseException extends RuntimeException
Exception thrown on bad ArcheText parse.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ArcheTextParseException

      public ArcheTextParseException()
    • ArcheTextParseException

      public ArcheTextParseException(String message)
    • ArcheTextParseException

      public ArcheTextParseException(Throwable t)
    • ArcheTextParseException

      public ArcheTextParseException(String message, Throwable t)