wt.util
Class WTInvalidParameterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bywt.util.WTInvalidParameterException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class WTInvalidParameterException
extends WTRuntimeException

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:
WTException, Serialized Form

Field 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

WTInvalidParameterException

public WTInvalidParameterException(String s)
WTInvalidParameterException constructor comment.

Supported API: true

Parameters:
s - java.lang.String

WTInvalidParameterException

public WTInvalidParameterException(String rb,
                                   String key,
                                   Object[] params)
WTInvalidParameterException constructor comment.

Supported API: true

Parameters:
rb - java.lang.String
key - java.lang.String
params - java.lang.Object[]

WTInvalidParameterException

public WTInvalidParameterException(Throwable t,
                                   String s)
WTInvalidParameterException constructor comment.

Supported API: true

Parameters:
t - java.lang.Throwable
s - java.lang.String

WTInvalidParameterException

public WTInvalidParameterException(Throwable t,
                                   String rb,
                                   String key,
                                   Object[] params)
WTInvalidParameterException constructor comment.

Supported API: true

Parameters:
t - java.lang.Throwable
rb - java.lang.String
key - java.lang.String
params - java.lang.Object[]