org.apache.jdo.impl.fostore
Class FOStoreAbstractMethodException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOFatalException
                      extended byjavax.jdo.JDOFatalInternalException
                          extended byorg.apache.jdo.impl.fostore.FOStoreAbstractMethodException
All Implemented Interfaces:
java.io.Serializable

class FOStoreAbstractMethodException
extends javax.jdo.JDOFatalInternalException

This exception means that a subclass didn't override a method that it should have. When thrown, it means there is an implementation bug.

Author:
Dave Bristor

Field Summary
 
Fields inherited from class javax.jdo.JDOException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) FOStoreAbstractMethodException(java.lang.String msg)
           
 
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

FOStoreAbstractMethodException

FOStoreAbstractMethodException(java.lang.String msg)