| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.SDKWarning
public class SDKWarning
Base Exception for Oracle Rules SDK Component
| Constructor Summary | |
|---|---|
| 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 | |
| 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 | 
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public 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)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||