wt.rule.algorithm
Class InvalidAlgorithmArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by wt.util.WTException
              extended by wt.rule.algorithm.InvalidAlgorithmArgumentException
All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class InvalidAlgorithmArgumentException
extends WTException
implements Serializable

Thrown when the arguments passed to an algorithm contain invalid data.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
InvalidAlgorithmArgumentException()
          Constructs a InvalidAlgorithmArgumentException with no specified detailed message or embedded throwable object.
InvalidAlgorithmArgumentException(Exception e)
          Constructor that takes an execption as argument.
InvalidAlgorithmArgumentException(Exception e, String msg)
          Constructor that takes a non-localized message and an exeption as argument.
InvalidAlgorithmArgumentException(Exception e, String rb, String key, Object[] params)
          Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.
InvalidAlgorithmArgumentException(String message)
          Constructor that takes a non-localized message as argument.
InvalidAlgorithmArgumentException(String rb, String key, Object[] params)
          

Supported API: true
 
Method Summary
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException()
Constructs a InvalidAlgorithmArgumentException with no specified detailed message or embedded throwable object. No argument constructor.

Supported API: true


InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException(String message)
Constructor that takes a non-localized message as argument.

Supported API: true

Parameters:
message -

InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException(Exception e)
Constructor that takes an execption as argument. Exception can be retrieved using getNestedException method.

Supported API: true

Parameters:
e -

InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException(Exception e,
                                         String msg)
Constructor that takes a non-localized message and an exeption as argument.

Supported API: true

Parameters:
e -
msg -

InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException(Exception e,
                                         String rb,
                                         String key,
                                         Object[] params)
Constructor that takes and exception, a resource bundle, a key and additional parameters to use in the localized message.

Supported API: true

Parameters:
e -
rb -
key -
params -

InvalidAlgorithmArgumentException

public InvalidAlgorithmArgumentException(String rb,
                                         String key,
                                         Object[] params)


Supported API: true

Parameters:
rb -
key -
params -