Package ucar.units
Class BaseQuantityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.BaseQuantityException
-
- All Implemented Interfaces:
Serializable
public abstract class BaseQuantityException extends UnitException implements Serializable
Provides support for base quantity exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseQuantityException()
Constructs from nothing.BaseQuantityException(String message)
Constructs from a 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
-
BaseQuantityException
public BaseQuantityException()
Constructs from nothing.
-
BaseQuantityException
public BaseQuantityException(String message)
Constructs from a message.
-
-