|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.SIRAPRISE.typeimplementations.InvalidValueException
public class InvalidValueException
An InvalidTypeValueException is thrown by a TypeImplementation or a PossRepImplementation method when it is presented some string that is not a valid representation of a value of the type involved.
Constructor Summary | |
---|---|
InvalidValueException(java.lang.String msg)
Creates the Exception object, setting an error message |
|
InvalidValueException(java.lang.String msg,
java.lang.Exception e)
Creates the Exception object, setting an error message and the causing exception |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidValueException(java.lang.String msg)
msg
- The error message explaining the reason why the string value is invalid.public InvalidValueException(java.lang.String msg, java.lang.Exception e)
msg
- The error message explaining the reason why the string value is invalid.e
- The underlying cause of the InvalidValueException created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |