org.eclipse.hyades.logging.events.exceptions
Class ConstrainedValueException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.eclipse.hyades.logging.events.exceptions.ConstrainedValueException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConstrainedValueException
- extends java.lang.Exception
- Author:
- rduggan
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
STRING_TOO_LONG
public static final int STRING_TOO_LONG
- See Also:
- Constant Field Values
STRING_TOO_SHORT
public static final int STRING_TOO_SHORT
- See Also:
- Constant Field Values
MUTUALLY_EXCLUSIVE_VALUE
public static final int MUTUALLY_EXCLUSIVE_VALUE
- See Also:
- Constant Field Values
attributeName
protected java.lang.String attributeName
attributeDescription
protected java.lang.String attributeDescription
minValue
protected java.lang.String minValue
maxValue
protected java.lang.String maxValue
ConstrainedValueException
public ConstrainedValueException(java.lang.String attributeName)
setReason
public void setReason(int reason)