|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.monkeycoder.monkeynetwork.MonkeyException
public class MonkeyException
Generic exception class for exceptions thrown by the MonkeyNetwork system.
| Constructor Summary | |
|---|---|
MonkeyException()
Constructs a new exception with null as its detail message. |
|
MonkeyException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
MonkeyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
MonkeyException(java.lang.Throwable cause)
Constructs a new exception with the specified cause. |
|
| Method Summary |
|---|
| 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 MonkeyException()
null as its detail message.
public MonkeyException(java.lang.String message)
public MonkeyException(java.lang.String message,
java.lang.Throwable cause)
public MonkeyException(java.lang.Throwable cause)
null cause is used or it will be the string form
of the cause.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||