Class UnknownUnitException

All Implemented Interfaces:
Serializable

public class UnknownUnitException extends UnitsException
Exception raised when a unit cannot be determined.
See Also:
  • Constructor Details

    • UnknownUnitException

      public UnknownUnitException()
      Constructor.
    • UnknownUnitException

      public UnknownUnitException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • UnknownUnitException

      public UnknownUnitException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • UnknownUnitException

      public UnknownUnitException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.