Module eclipselink

Class TableValidationException.SurplusColumns

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

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