public class MissingColumnException
extends org.datanucleus.store.exceptions.DatastoreValidationException
Column,
Serialized Form| Constructor and Description |
|---|
MissingColumnException(Table table,
java.util.Collection columns)
Constructs a missing column exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionpublic MissingColumnException(Table table, java.util.Collection columns)
table - The table in which column(s) were missing.columns - The collection of Column(s) that were missing.Copyright © 2013. All Rights Reserved.