Class UnitValueException

All Implemented Interfaces:
Serializable

public class UnitValueException extends AnchorCheckedException
When a failure occurs converting from one type of units to another.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • UnitValueException

      public UnitValueException(String message)
      Create with a message.
      Parameters:
      message - the message.
    • UnitValueException

      public UnitValueException(Exception cause)
      Create with a cause.
      Parameters:
      cause - the cause.