Module es.upm.fi.cig.multictbnc
Class ErroneousValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.upm.fi.cig.multictbnc.exceptions.ErroneousValueException
- All Implemented Interfaces:
Serializable
Thrown when an error occurs due to an incorrect value provided by the user.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aErroneousValue
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErroneousValueException
Constructs aErroneousValue
with the specified detail message.- Parameters:
msg
- detail message
-