Class MissingColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusDataStoreException
org.datanucleus.exceptions.DatastoreValidationException
org.datanucleus.store.rdbms.exceptions.MissingColumnException
- All Implemented Interfaces:
Serializable
public class MissingColumnException
extends org.datanucleus.exceptions.DatastoreValidationException
A MissingColumnException is thrown if an expected column is
not found in the database during schema validation.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMissingColumnException
(Table table, Collection columns) Constructs a missing column exception. -
Method Summary
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MissingColumnException
Constructs a missing column exception.- Parameters:
table
- The table in which column(s) were missing.columns
- The collection of Column(s) that were missing.
-
-
Method Details
-
getColumnNameList
-