Class SchemaException

  • All Implemented Interfaces:
    Serializable

    public class SchemaException
    extends Exception
    Indicates client class has attempted to create an invalid schema.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaException

        public SchemaException​(Throwable cause)
      • SchemaException

        public SchemaException​(String message)
        Constructor with message argument.
        Parameters:
        message - Reason for the exception being thrown
      • SchemaException

        public SchemaException​(String message,
                               Throwable cause)
        Constructor with message argument and cause.
        Parameters:
        message - Reason for the exception being thrown
        cause - Cause of SchemaException