public class RulesEngineException extends FrameworkException
| Constructor and Description |
|---|
RulesEngineException(String code)
Creates a new RulesEngineException.
|
RulesEngineException(String code,
Object[] arguments)
Creates a new RulesEngineException.
|
RulesEngineException(String code,
Object[] arguments,
Throwable cause)
Creates a new RulesEngineException.
|
RulesEngineException(String code,
Throwable cause)
Creates a new RulesEngineException.
|
getArguments, getCode, getCodes, getDefaultMessage, getMessage, prepareCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RulesEngineException(String code)
code - the code to be used to resolve the message of this exceptionpublic RulesEngineException(String code, Object[] arguments)
code - the code to be used to resolve the message of this exceptionarguments - the array of arguments to be used to resolve the message of this exceptionpublic RulesEngineException(String code, Throwable cause)
code - the code to be used to resolve the message of this exceptioncause - the causepublic RulesEngineException(String code, Object[] arguments, Throwable cause)
code - the code to be used to resolve the message of this exceptionarguments - the array of arguments to be used to resolve the message of this exceptioncause - the causeCopyright © 2017–2020 NTT DATA Corporation. All rights reserved.