Package wt.rule.algorithm
Class InvalidAlgorithmArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.rule.algorithm.InvalidAlgorithmArgumentException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Thrown when the arguments passed to an algorithm contain invalid data.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a InvalidAlgorithmArgumentException with no specified detailed message or embedded throwable object.Constructor that takes an execption as argument.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: trueConstructs a Windchill exception with a nested throwable. -
Method Summary
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
InvalidAlgorithmArgumentException
public InvalidAlgorithmArgumentException()Constructs a InvalidAlgorithmArgumentException with no specified detailed message or embedded throwable object. No argument constructor.
Supported API: true -
InvalidAlgorithmArgumentException
Constructor that takes a non-localized message as argument.
Supported API: true- Parameters:
message-
-
InvalidAlgorithmArgumentException
Constructor that takes an execption as argument. Exception can be retrieved using getNestedException method.
Supported API: true- Parameters:
e-
-
InvalidAlgorithmArgumentException
Constructs a Windchill exception with a nested throwable.
Supported API: true- Parameters:
t- the nested throwable
-
InvalidAlgorithmArgumentException
Constructor that takes a non-localized message and an exeption as argument.
Supported API: true- Parameters:
e-msg-
-
InvalidAlgorithmArgumentException
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
Supported API: true- Parameters:
rb-key-params-
-