Module eclipselink

Class TableValidationException.MissingTable

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.persistence.tools.schemaframework.TableValidationException
org.eclipse.persistence.tools.schemaframework.TableValidationException.MissingTable
All Implemented Interfaces:
Serializable
Enclosing class:
TableValidationException

public static final class TableValidationException.MissingTable extends TableValidationException
Thrown when database table validation fails with the table missing in the database. This TableValidationException specific subtype is matching the TableValidationException.ValidationFailure.MISSING_TABLE type.
See Also: