wt.util
Class WTInvalidParameterException

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

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

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.
 
Method Summary
 
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, getStackTrace, 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[]