Package ucar.units
Class UnitClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.UnitFormatException
-
- ucar.units.UnitClassException
-
- All Implemented Interfaces:
Serializable
public final class UnitClassException extends UnitFormatException
Provides support for a Unit that is an instance of an unknown class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitClassException(Unit unit)
Constructs from the unit that's an instance of an unknown class.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnitClassException
public UnitClassException(Unit unit)
Constructs from the unit that's an instance of an unknown class.- Parameters:
unit
- The unknown unit.
-
-