|
||||||||||
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.waveset.util.ExceptionWrapper
com.waveset.util.WavesetException
com.waveset.util.InvalidArgument
Field Summary | |
static java.lang.String |
code_id
|
Constructor Summary | |
InvalidArgument()
Construct a ExceptionWrapper with no message or nested throwable. |
|
InvalidArgument(Message message)
Construct a new InvalidArgument with a detailed message. |
|
InvalidArgument(Message message,
java.lang.Throwable e)
Create a new InvalidArgument from an existing exception. |
|
InvalidArgument(java.lang.String message)
Construct a new InvalidArgument with a detailed message. |
|
InvalidArgument(java.lang.String message,
java.lang.Throwable e)
Create a new InvalidArgument from an existing exception. |
|
InvalidArgument(java.lang.Throwable e)
Construct a new InvalidArgument wrapping an existing exception. |
Methods inherited from class com.waveset.util.WavesetException |
addMessage, addMessage, breakpoint, checkBreakpoint, enableBreakpoint, getLocalizedMessage, getLocalizedMessage, getMessage, getMessage, getMessage, getMessageObject, getMessageObject, getMessageOnly, getMessages |
Methods inherited from class com.waveset.util.ExceptionWrapper |
addException, clearExceptions, describeException, getAllMessages, getException, getException, getExceptionCount, hasException, printStackTrace, printStackTrace, printStackTrace, removeException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public InvalidArgument()
public InvalidArgument(java.lang.String message)
public InvalidArgument(Message message)
public InvalidArgument(java.lang.Throwable e)
The existing exception will be embedded in the new one, and its message will become the default message for the InvalidArgument.
public InvalidArgument(java.lang.String message, java.lang.Throwable e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
public InvalidArgument(Message message, java.lang.Throwable e)
The existing exception will be embedded in the new one, but the new exception will have its own message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |