public class MissingColumnException
extends org.datanucleus.store.exceptions.DatastoreValidationException
Column,
Serialized Form| Constructor and Description |
|---|
MissingColumnException(Table table,
Collection columns)
Constructs a missing column exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MissingColumnException(Table table, Collection columns)
table - The table in which column(s) were missing.columns - The collection of Column(s) that were missing.Copyright © 2015. All rights reserved.