Class OnErrorUtil
- java.lang.Object
- 
- com.ibm.wsspi.kernel.service.utils.OnErrorUtil
 
- 
 public class OnErrorUtil extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classOnErrorUtil.OnError
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringCFG_KEY_ON_ERRORstatic java.lang.StringCFG_VALID_OPTIONS
 - 
Constructor SummaryConstructors Constructor Description OnErrorUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetAttributeName()static OnErrorUtil.OnErrorgetDefaultOnError()
 
- 
- 
- 
Field Detail- 
CFG_KEY_ON_ERRORpublic static final java.lang.String CFG_KEY_ON_ERROR - See Also:
- Constant Field Values
 
 - 
CFG_VALID_OPTIONSpublic static final java.lang.String CFG_VALID_OPTIONS - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getDefaultOnErrorpublic static OnErrorUtil.OnError getDefaultOnError() 
 - 
getAttributeNamepublic static java.lang.String getAttributeName() 
 
- 
 
-