Module eclipselink

Class TableValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.persistence.tools.schemaframework.TableValidationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TableValidationException.DifferentColumns, TableValidationException.MissingColumns, TableValidationException.MissingTable, TableValidationException.SurplusColumns

public abstract class TableValidationException extends Exception
Thrown when database table validation fails. Instances of this Exception are passed as jakarta.persistence.SchemaValidationException#getFailures() for each problem found during the schema validation process.
See Also: