|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException wyvern.kernel.properties.IllegalValueException
This exception indicates that an illegal value was stored under a property name. For instance, an integer property might have a string stored under it accidentally.
Constructor Summary | |
IllegalValueException()
Constructs an IllegalValueException with no
detail message. |
|
IllegalValueException(java.lang.String s)
Constructs an IllegalValueException with the
specified detail message. |
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 |
Constructor Detail |
public IllegalValueException()
IllegalValueException
with no
detail message.
public IllegalValueException(java.lang.String s)
IllegalValueException
with the
specified detail message.
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |