|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.jdo.JDOException
javax.jdo.JDOCanRetryException
javax.jdo.JDOUserException
com.triactive.jdo.store.NoColumnException
A NoColumnException is thrown if an operation is performed that assumes that a particular persistent field is stored in a single database column when it is not (such as if the field is a Collection or a Map).
AbstractSetMapping
,
MapMapping
,
Serialized FormField Summary |
Fields inherited from class javax.jdo.JDOException |
|
Fields inherited from class java.lang.RuntimeException |
|
Constructor Summary | |
NoColumnException(java.lang.String fieldName)
Constructs a no column exception. |
Methods inherited from class javax.jdo.JDOException |
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoColumnException(java.lang.String fieldName)
fieldName
- The name of the field.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |