Package oracle.rules.sdk2.exception
Class SDKWarning
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.SDKWarning
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExpressionWarning
Base Exception for Oracle Rules SDK Component
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKWarning
(String code, String propertyName, DictionaryComponent dictionaryComponent, String... info) preferred constructorSDKWarning
(String code, String propertyName, DictionaryComponent dictionaryComponent, Throwable base, String... info) preferred constructorSDKWarning
(String code, DictionaryComponent dictionaryComponent) SDKWarning
(String code, DictionaryComponent dictionaryComponent, String... elems) SDKWarning
(String code, DictionaryComponent dictionaryComponent, Throwable t) SDKWarning
(String code, DictionaryComponent dictionaryComponent, Throwable t, String... elems) -
Method Summary
Methods inherited from class oracle.rules.sdk2.exception.SDKException
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetails
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SDKWarning
public SDKWarning(String code, String propertyName, DictionaryComponent dictionaryComponent, String... info) preferred constructor- Parameters:
code
- a 5 digit string fromConstants
propertyName
- a PROP_* string fromDictionaryComponent
dictionaryComponent
-info
-
-
SDKWarning
public SDKWarning(String code, String propertyName, DictionaryComponent dictionaryComponent, Throwable base, String... info) preferred constructor- Parameters:
code
- a 5 digit string fromConstants
propertyName
- a PROP_* string fromDictionaryComponent
dictionaryComponent
-base
- exception closer to the root of the probleminfo
-
-
SDKWarning
-
SDKWarning
-
SDKWarning
-
SDKWarning
public SDKWarning(String code, DictionaryComponent dictionaryComponent, Throwable t, String... elems)
-