Package ucar.units
Class UnitFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.UnitFormatException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnitClassException
public class UnitFormatException extends UnitException
Provides support for general failures with unit format classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitFormatException()
Constructs from nothing.UnitFormatException(String message)
Constructs from an error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnitFormatException
public UnitFormatException()
Constructs from nothing.
-
UnitFormatException
public UnitFormatException(String message)
Constructs from an error message.- Parameters:
message
- The error message.
-
-