public class SDKWarning extends SDKException
Constructor and Description |
---|
SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent) |
SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.String... elems) |
SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.Throwable t) |
SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.Throwable t, java.lang.String... elems) |
SDKWarning(java.lang.String code, java.lang.String propertyName, DictionaryComponent dictionaryComponent, java.lang.String... info)
preferred constructor
|
SDKWarning(java.lang.String code, java.lang.String propertyName, DictionaryComponent dictionaryComponent, java.lang.Throwable base, java.lang.String... info)
preferred constructor
|
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetails
public SDKWarning(java.lang.String code, java.lang.String propertyName, DictionaryComponent dictionaryComponent, java.lang.String... info)
code
- a 5 digit string from Constants
propertyName
- a PROP_* string from DictionaryComponent
dictionaryComponent
-info
-public SDKWarning(java.lang.String code, java.lang.String propertyName, DictionaryComponent dictionaryComponent, java.lang.Throwable base, java.lang.String... info)
code
- a 5 digit string from Constants
propertyName
- a PROP_* string from DictionaryComponent
dictionaryComponent
-base
- exception closer to the root of the probleminfo
-public SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent)
public SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.String... elems)
public SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.Throwable t)
public SDKWarning(java.lang.String code, DictionaryComponent dictionaryComponent, java.lang.Throwable t, java.lang.String... elems)