All Implemented Interfaces:
Serializable

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

    • SchemaCreationException

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

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

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