Class ComplexDataParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.terracottatech.store.definition.ComplexDataParseException
All Implemented Interfaces:
Serializable

public class ComplexDataParseException extends Exception
Parsing exception.
See Also:
  • Constructor Details

    • ComplexDataParseException

      public ComplexDataParseException()
    • ComplexDataParseException

      public ComplexDataParseException(String message)
    • ComplexDataParseException

      public ComplexDataParseException(String message, Throwable cause)
    • ComplexDataParseException

      public ComplexDataParseException(Throwable cause)