|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.blackbox.shell.BBX_Exception
public final class BBX_Exception
Root of all package Exception
Constructor Summary | |
---|---|
BBX_Exception()
Constructs a bbx exception with no descriptive information. |
|
BBX_Exception(java.lang.String msg)
Constructs an exception with the given descriptive message. |
|
BBX_Exception(java.lang.String msg,
java.lang.Throwable cause)
Constructs an exception with the given message and exception as a root cause. |
|
BBX_Exception(java.lang.Throwable cause)
Constructs an exception with the given exception as a root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Returns the nested exception. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BBX_Exception()
public BBX_Exception(java.lang.String msg)
msg
- Description of or information about the exception.public BBX_Exception(java.lang.String msg, java.lang.Throwable cause)
msg
- Description of or information about the exception.cause
- Throwable that might have cause this one.public BBX_Exception(java.lang.Throwable cause)
cause
- Exception that might have caused this one.Method Detail |
---|
public java.lang.Throwable getException()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |