Class UnitValueException
Object
Throwable
Exception
AnchorCheckedException
UnitValueException
- All Implemented Interfaces:
Serializable
When a failure occurs converting from one type of units to another.
- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnitValueException
(Exception cause) Create with a cause.UnitValueException
(String message) Create with a 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
-
UnitValueException
Create with a message.- Parameters:
message
- the message.
-
UnitValueException
Create with a cause.- Parameters:
cause
- the cause.
-