Package wt.util
Class WTInvalidParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wt.util.WTRuntimeException
wt.util.WTInvalidParameterException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWTInvalidParameterException constructor comment.WTInvalidParameterException(String rb, String key, Object[] params) WTInvalidParameterException constructor comment.WTInvalidParameterException constructor comment.WTInvalidParameterException(Throwable t, String rb, String key, Object[] params) WTInvalidParameterException constructor comment. -
Method Summary
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, setStackTrace
-
Constructor Details
-
WTInvalidParameterException
WTInvalidParameterException constructor comment.
Supported API: true- Parameters:
s- java.lang.String
-
WTInvalidParameterException
WTInvalidParameterException constructor comment.
Supported API: true- Parameters:
rb- java.lang.Stringkey- java.lang.Stringparams- java.lang.Object[]
-
WTInvalidParameterException
WTInvalidParameterException constructor comment.
Supported API: true- Parameters:
t- java.lang.Throwables- java.lang.String
-
WTInvalidParameterException
WTInvalidParameterException constructor comment.
Supported API: true- Parameters:
t- java.lang.Throwablerb- java.lang.Stringkey- java.lang.Stringparams- java.lang.Object[]
-