Module eclipselink

Class TableValidationException.DifferentColumns

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

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