org.neodatis.odb
Class ODBRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neodatis.odb.ODBRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CorruptedDatabaseException

public class ODBRuntimeException
extends java.lang.RuntimeException

Generic ODB Runtime exception : Used to report all problems.

Author:
osmadja
See Also:
Serialized Form

Constructor Summary
ODBRuntimeException(java.lang.Exception e, java.lang.String message)
           
ODBRuntimeException(IError error)
           
ODBRuntimeException(IError error, java.lang.String message)
           
ODBRuntimeException(IError error, java.lang.Throwable t)
           
 
Method Summary
 void addMessageHeader(java.lang.String string)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODBRuntimeException

public ODBRuntimeException(IError error,
                           java.lang.Throwable t)

ODBRuntimeException

public ODBRuntimeException(IError error)

ODBRuntimeException

public ODBRuntimeException(IError error,
                           java.lang.String message)

ODBRuntimeException

public ODBRuntimeException(java.lang.Exception e,
                           java.lang.String message)
Method Detail

addMessageHeader

public void addMessageHeader(java.lang.String string)