Class KlumSchemaException

All Implemented Interfaces:
Serializable

public class KlumSchemaException extends KlumException
Denotes an exception that means an error is in the schema as opposed to the model.
See Also:
  • Constructor Details

    • KlumSchemaException

      public KlumSchemaException()
    • KlumSchemaException

      public KlumSchemaException(String message, Throwable cause)
    • KlumSchemaException

      public KlumSchemaException(String message)
    • KlumSchemaException

      public KlumSchemaException(Throwable cause)