Class ArcheTextOperationException

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

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

    • ArcheTextOperationException

      public ArcheTextOperationException()
    • ArcheTextOperationException

      public ArcheTextOperationException(String message)
    • ArcheTextOperationException

      public ArcheTextOperationException(Throwable t)
    • ArcheTextOperationException

      public ArcheTextOperationException(String message, Throwable t)