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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArcheTextOperationException()
ArcheTextOperationException(String message)
ArcheTextOperationException(String message, Throwable t)
ArcheTextOperationException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-