|
|||||||||||
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
wt.util.WTRuntimeException
wt.util.WTInvalidParameterException
WTInvalidParameterException
extends the capability of the
wt.util.WTRemoteException
in that like the
wt.util.WTException
, it accommodates nested exceptions
and localizable text messages.
This exception is thrown when an invalid parameter is passed to a method.
Supported API: true
Extendable: false
WTException
,
Serialized FormField Summary |
Fields inherited from class wt.util.WTRuntimeException |
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
WTInvalidParameterException(String s)
WTInvalidParameterException constructor comment. |
|
WTInvalidParameterException(String rb,
String key,
Object[] params)
WTInvalidParameterException constructor comment. |
|
WTInvalidParameterException(Throwable t,
String s)
WTInvalidParameterException constructor comment. |
|
WTInvalidParameterException(Throwable t,
String rb,
String key,
Object[] params)
WTInvalidParameterException constructor comment. |
Methods inherited from class wt.util.WTRuntimeException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WTInvalidParameterException(String s)
s
- java.lang.Stringpublic WTInvalidParameterException(String rb, String key, Object[] params)
rb
- java.lang.Stringkey
- java.lang.Stringparams
- java.lang.Object[]public WTInvalidParameterException(Throwable t, String s)
t
- java.lang.Throwables
- java.lang.Stringpublic WTInvalidParameterException(Throwable t, String rb, String key, Object[] params)
t
- java.lang.Throwablerb
- java.lang.Stringkey
- java.lang.Stringparams
- java.lang.Object[]
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |