|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.jbo.JboWarning
oracle.jbo.JboException
oracle.jbo.ValidationException
oracle.jbo.AttrValException
oracle.jbo.AttrSetValException
oracle.jbo.PrecisionScaleValidationException
public class PrecisionScaleValidationException
Indicates n failed attempt to set an attribute value. This class may be extended to provide localizable exceptions to arbitrary bundle classes.
| Field Summary |
|---|
| Fields inherited from class oracle.jbo.AttrValException |
|---|
mAttrValue |
| Fields inherited from class oracle.jbo.ValidationException |
|---|
mRowDefFullName |
| Fields inherited from class oracle.jbo.JboException |
|---|
mHasPeerException |
| Fields inherited from class oracle.jbo.JboWarning |
|---|
HIDE_DETAIL_EXCEPTIONS_HINT, mHelper, SEVERITY_ERROR, SEVERITY_RAC_RECOVERABLE_ERROR, SEVERITY_RECOVERABLE_ERROR, SEVERITY_VETOABLE_WARNING, SEVERITY_WARNING |
| Constructor Summary | |
|---|---|
PrecisionScaleValidationException(int objType,
ResourceBundleDef resBundleDef,
java.lang.String errorCode,
java.lang.String objName,
java.lang.String attrName,
java.lang.Object newValue,
java.lang.String methodName,
int scale,
int precision)
|
|
| Method Summary | |
|---|---|
int |
getPrecision()
|
int |
getScale()
|
| Methods inherited from class oracle.jbo.AttrValException |
|---|
doEntityToVOMapping, equals, getAttributeException, getAttrName, getAttrValue, getBaseAttrName, getEntityKey, getObjName, getObjType, getObjTypeName, getRowKey, init, setMappedParameters, setObjInfo, setRowDefFullName, setRowKey |
| Methods inherited from class oracle.jbo.ValidationException |
|---|
getRowDefFullName, hasAttributeException, raise, raise, raise, raiseWithNamedParameters, setErrorParameters, setErrorParametersMap |
| Methods inherited from class oracle.jbo.JboException |
|---|
addToDetails, addToExceptions, containsException, getExceptions, hasPeerExceptions, needsEntityToVOMapping, printStackTrace, printStackTrace, printStackTrace, setApplicationModule, setDetails, setExceptions, setNeedsEntityToVOMapping |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrecisionScaleValidationException(int objType,
ResourceBundleDef resBundleDef,
java.lang.String errorCode,
java.lang.String objName,
java.lang.String attrName,
java.lang.Object newValue,
java.lang.String methodName,
int scale,
int precision)
| Method Detail |
|---|
public int getPrecision()
public int getScale()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||