Class InvalidSchemaException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mackenziehigh.sexpr.exceptions.InvalidSchemaException
All Implemented Interfaces:
Serializable

public class InvalidSchemaException extends RuntimeException
This type of exception indicates a problem within a schema definition.
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException(String message)