Class InvalidSchemaException

All Implemented Interfaces:
Serializable

@Internal public class InvalidSchemaException extends IllegalArgumentException
Exception thrown when the schema for a SchemaIO is invalid.
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException(String msg)
    • InvalidSchemaException

      public InvalidSchemaException(String msg, Throwable cause)
    • InvalidSchemaException

      public InvalidSchemaException(Throwable cause)