Class ArcheTextConversionException

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

public class ArcheTextConversionException extends RuntimeException
Exception thrown on bad ArcheText object type conversion.
Author:
Matthew Tropiano
See Also:
  • Constructor Details

    • ArcheTextConversionException

      public ArcheTextConversionException()
    • ArcheTextConversionException

      public ArcheTextConversionException(String message)
    • ArcheTextConversionException

      public ArcheTextConversionException(Throwable t)
    • ArcheTextConversionException

      public ArcheTextConversionException(String message, Throwable t)