|
|||||||||
| Home >> All >> org >> cantaloop >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.cantaloop.tools
Class BugException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cantaloop.tools.BugException
- All Implemented Interfaces:
- java.io.Serializable
- public class BugException
- extends java.lang.RuntimeException
- Version:
- @version@ ($Revision: 1.4 $)
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
protected java.lang.Exception |
m_nested
|
protected static java.lang.String |
s_bugMsg
|
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
BugException()
|
|
BugException(java.lang.String msg)
|
|
BugException(java.lang.String msg,
java.lang.Exception nested)
|
|
| Method Summary | |
java.lang.Exception |
getNestedException()
|
void |
setNestedException(java.lang.Exception nested)
|
| 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 |
| Field Detail |
s_bugMsg
protected static java.lang.String s_bugMsg
m_nested
protected java.lang.Exception m_nested
| Constructor Detail |
BugException
public BugException(java.lang.String msg)
BugException
public BugException()
BugException
public BugException(java.lang.String msg, java.lang.Exception nested)
| Method Detail |
setNestedException
public void setNestedException(java.lang.Exception nested)
getNestedException
public java.lang.Exception getNestedException()
|
|||||||||
| Home >> All >> org >> cantaloop >> [ tools overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC