Class SchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSchemaException

public class SchemaException extends RuntimeException
Represents an error when processing the Schema.
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(Error error)
    • SchemaException

      public SchemaException(String message)
    • SchemaException

      public SchemaException(Throwable throwable)
  • Method Details