Package ucar.units
Class UnitSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.UnitSystemException
-
- All Implemented Interfaces:
Serializable
public class UnitSystemException extends UnitException
Provides support for errors with the system of units.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitSystemException(String message)
Constructs from an error message.UnitSystemException(String message, Exception e)
Constructs from an error message and the exception that caused the error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnitSystemException
public UnitSystemException(String message)
Constructs from an error message.- Parameters:
message
- The error messsage.
-
-