Package io.permazen.core
Class InvalidSchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.permazen.core.DatabaseException
io.permazen.core.InvalidSchemaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchemaMismatchException
Thrown by
Database.createTransaction(io.permazen.schema.SchemaModel)
when the provided schema is invalid.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSchemaException
(String message) InvalidSchemaException
(String message, Throwable cause) InvalidSchemaException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSchemaException
-
InvalidSchemaException
-
InvalidSchemaException
-