|
||||||||||
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 org.obe.OBEException
Base exception for all exceptions in the Open Business Engine.
Constructor Summary | |
OBEException()
Construct a new OBEException. |
|
OBEException(java.lang.String message)
Construct a new OBEException with the given message. |
|
OBEException(java.lang.String message,
java.lang.Throwable t)
Construct a new OBEException with the given messager and nested error. |
|
OBEException(java.lang.Throwable t)
Construct a new OBEException with the given nested error. |
Method Summary | |
java.lang.Throwable |
getCause()
Get the nested error. |
void |
printStackTrace()
|
void |
printStackTrace(java.io.PrintStream stream)
|
void |
printStackTrace(java.io.PrintWriter writer)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OBEException()
public OBEException(java.lang.String message)
message
- The messagepublic OBEException(java.lang.Throwable t)
t
- The nested errorpublic OBEException(java.lang.String message, java.lang.Throwable t)
message
- The messaget
- The nested errorMethod Detail |
public java.lang.Throwable getCause()
public final void printStackTrace()
public final void printStackTrace(java.io.PrintStream stream)
public final void printStackTrace(java.io.PrintWriter writer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |