|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.obe.OBERuntimeException
Base exception for all runtime exceptions in the Open Business Engine.
Constructor Summary | |
OBERuntimeException()
Constructs a new OBERuntimeException. |
|
OBERuntimeException(java.lang.String message)
Construct a new OBERuntimeException with the given message. |
|
OBERuntimeException(java.lang.String message,
java.lang.Throwable t)
Construct a new OBERuntimeException with the given messager and nested error. |
|
OBERuntimeException(java.lang.Throwable t)
Construct a new OBERuntimeException with the given nested error. |
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 |
public OBERuntimeException()
public OBERuntimeException(java.lang.String message)
message
- The messagepublic OBERuntimeException(java.lang.Throwable t)
t
- The nested errorpublic OBERuntimeException(java.lang.String message, java.lang.Throwable t)
message
- The messaget
- The nested error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |