com.triactive.jdo.store
Class NoColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDOUserException
                          extended by com.triactive.jdo.store.NoColumnException
All Implemented Interfaces:
java.io.Serializable

public class NoColumnException
extends javax.jdo.JDOUserException

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).

Author:
Mike Martin
See Also:
AbstractSetMapping, MapMapping, Serialized Form

Constructor Summary
NoColumnException(java.lang.String fieldName)
          Constructs a no column exception.
 
Method Summary
 
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

NoColumnException

public NoColumnException(java.lang.String fieldName)
Constructs a no column exception.

Parameters:
fieldName - The name of the field.


Copyright ? 2001 TriActive, Inc. All Rights Reserved.