edu.uci.isr.xarch
Class FixedValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uci.isr.xarch.FixedValueException
- All Implemented Interfaces:
- Serializable
- public class FixedValueException
- extends RuntimeException
Thrown when a user makes a set, clear, or other call that
attempts to change the value of a fixed-value attribute
or element.
- Author:
- Eric M. Dashofy edashofy@ics.uci.edu
- See Also:
- Serialized Form
|
Constructor Summary |
FixedValueException(String fieldName,
String fieldValue)
Create a new FixedValueException with the name
of the attribute or element given. |
FixedValueException
public FixedValueException(String fieldName,
String fieldValue)
- Create a new
FixedValueException with the name
of the attribute or element given.
- Parameters:
fieldName - The name of the element or attribute with the fixed value.fieldValue - The fixed field value.
getFieldName
public String getFieldName()
getFieldValue
public String getFieldValue()
toString
public String toString()