org.gjt.tw.dbobjects
Class ObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.gjt.tw.dbobjects.ObjectException
All Implemented Interfaces:
java.io.Serializable

public class ObjectException
extends java.lang.Exception

An ObjectException is thrown if an exception happened while creating objects or while calling methods doing reflection. This exception is typically thrown if the object mapping definition is inconsistent with the object layout.

See Also:
Serialized Form

Constructor Summary
ObjectException()
          DatabaseException constructor comment.
ObjectException(java.lang.String s)
          DatabaseException constructor comment.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectException

public ObjectException()
DatabaseException constructor comment.

ObjectException

public ObjectException(java.lang.String s)
DatabaseException constructor comment.
Parameters:
s - java.lang.String