public class MissingColumnException
extends org.datanucleus.store.exceptions.DatastoreValidationException
Column
,
Serialized FormConstructor and Description |
---|
MissingColumnException(Table table,
Collection columns)
Constructs a missing column exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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.