Module eclipselink

Class TableValidationException.MissingColumns

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

public static final class TableValidationException.MissingColumns extends TableValidationException
Thrown when database table validation fails with one or more table's columns missing in the database. This TableValidationException specific subtype is matching the TableValidationException.ValidationFailure.MISSING_COLUMNS type.
See Also: