|
||||||||||
| 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
palmed.util.ChainedException
public class ChainedException
This class implements a chainable exception.
| Constructor Summary | |
|---|---|
ChainedException(java.lang.String message)
Create a chained exception. |
|
ChainedException(java.lang.String message,
java.lang.Throwable throwable)
Create a chained exception. |
|
ChainedException(java.lang.Throwable throwable)
Create a chained exception. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedException(java.lang.Throwable throwable)
throwable - a throwable to chainpublic ChainedException(java.lang.String message)
message - a description of the error
public ChainedException(java.lang.String message,
java.lang.Throwable throwable)
message - a description of the errorthrowable - a throwable to chain| Method Detail |
|---|
public final void printStackTrace()
printStackTrace in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||