wt.iba.constraint
Class IBAConstraintException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.iba.IBAException
                  extended bywt.iba.constraint.IBAConstraintException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class IBAConstraintException
extends IBAException
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

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 wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
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

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

constraint

private AttributeConstraint constraint

value

private AbstractValueView value
Constructor Detail

IBAConstraintException

public IBAConstraintException()


Supported API: false


IBAConstraintException

public IBAConstraintException(String msg)


Supported API: false

Parameters:
msg -

IBAConstraintException

public IBAConstraintException(String rb,
                              String key,
                              Object[] params)


Supported API: false

Parameters:
rb -
key -
params -

IBAConstraintException

public IBAConstraintException(Throwable t)


Supported API: false

Parameters:
t -

IBAConstraintException

public IBAConstraintException(Throwable t,
                              String msg)


Supported API: false

Parameters:
t -
msg -

IBAConstraintException

public IBAConstraintException(Throwable t,
                              String rb,
                              String key,
                              Object[] params)


Supported API: false

Parameters:
t -
rb -
key -
params -
Method Detail

getConstraint

public AttributeConstraint getConstraint()
Gets the value of the attribute: constraint; AttributeConstraint being violated.

Supported API: false

Returns:
AttributeConstraint

setConstraint

public void setConstraint(AttributeConstraint a_Constraint)
Sets the value of the attribute: constraint; AttributeConstraint being violated.

Supported API: false

Parameters:
a_Constraint -

getValue

public AbstractValueView getValue()
Gets the value of the attribute: value; AttributeValueView that violates constraint.

Supported API: false

Returns:
AbstractValueView

setValue

public void setValue(AbstractValueView a_Value)
Sets the value of the attribute: value; AttributeValueView that violates constraint.

Supported API: false

Parameters:
a_Value -