|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.iba.IBAException
wt.iba.constraint.IBAConstraintException
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private AttributeConstraint |
constraint
|
private static String |
RESOURCE
|
private AbstractValueView |
value
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
IBAConstraintException()
Supported API: false |
|
IBAConstraintException(String msg)
Supported API: false |
|
IBAConstraintException(String rb,
String key,
Object[] params)
Supported API: false |
|
IBAConstraintException(Throwable t)
Supported API: false |
|
IBAConstraintException(Throwable t,
String msg)
Supported API: false |
|
IBAConstraintException(Throwable t,
String rb,
String key,
Object[] params)
Supported API: false |
Method Summary | |
AttributeConstraint |
getConstraint()
Gets the value of the attribute: constraint; AttributeConstraint being violated. |
AbstractValueView |
getValue()
Gets the value of the attribute: value; AttributeValueView that violates constraint. |
void |
setConstraint(AttributeConstraint a_Constraint)
Sets the value of the attribute: constraint; AttributeConstraint being violated. |
void |
setValue(AbstractValueView a_Value)
Sets the value of the attribute: value; AttributeValueView that violates constraint. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private AttributeConstraint constraint
private AbstractValueView value
Constructor Detail |
public IBAConstraintException()
public IBAConstraintException(String msg)
msg
- public IBAConstraintException(String rb, String key, Object[] params)
rb
- key
- params
- public IBAConstraintException(Throwable t)
t
- public IBAConstraintException(Throwable t, String msg)
t
- msg
- public IBAConstraintException(Throwable t, String rb, String key, Object[] params)
t
- rb
- key
- params
- Method Detail |
public AttributeConstraint getConstraint()
public void setConstraint(AttributeConstraint a_Constraint)
a_Constraint
- public AbstractValueView getValue()
public void setValue(AbstractValueView a_Value)
a_Value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |