Class InvalidSchemaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaMismatchException

public class InvalidSchemaException extends DatabaseException
Thrown by Database.createTransaction(io.permazen.schema.SchemaModel) when the provided schema is invalid.
See Also:
  • Constructor Details

    • InvalidSchemaException

      public InvalidSchemaException(String message)
    • InvalidSchemaException

      public InvalidSchemaException(Throwable cause)
    • InvalidSchemaException

      public InvalidSchemaException(String message, Throwable cause)