All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaCreationException

public class SchemaException extends ResourceRegistryException
The Class SchemaException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • SchemaException

      public SchemaException(String message)
      Instantiates a new schema exception.
      Parameters:
      message - the message
    • SchemaException

      public SchemaException(Throwable cause)
      Instantiates a new schema exception.
      Parameters:
      cause - the cause
    • SchemaException

      public SchemaException(String message, Throwable cause)
      Instantiates a new schema exception.
      Parameters:
      message - the message
      cause - the cause