|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.rule.algorithm.InvalidAlgorithmArgumentException
public class InvalidAlgorithmArgumentException
Thrown when the arguments passed to an algorithm contain invalid data.
Supported API: true
Extendable: false
| 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 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 |
|---|
public InvalidAlgorithmArgumentException()
public InvalidAlgorithmArgumentException(String message)
message - public InvalidAlgorithmArgumentException(Exception e)
e -
public InvalidAlgorithmArgumentException(Exception e,
String msg)
e - msg -
public InvalidAlgorithmArgumentException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params -
public InvalidAlgorithmArgumentException(String rb,
String key,
Object[] params)
rb - key - params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||