org.neodatis.odb
Class ODBRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
addMessageHeader
public void addMessageHeader(java.lang.String string)