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, setDetailspublic SDKWarning(java.lang.String code,
java.lang.String propertyName,
DictionaryComponent dictionaryComponent,
java.lang.String... info)
code - a 5 digit string from ConstantspropertyName - a PROP_* string from DictionaryComponentdictionaryComponent - 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 ConstantspropertyName - a PROP_* string from DictionaryComponentdictionaryComponent - 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)