Package ucar.units
Class NameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ucar.units.UnitException
-
- ucar.units.NameException
-
- All Implemented Interfaces:
Serializable
public final class NameException extends UnitException
Provides support for bad unit names.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NameException(String msg)
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
-
NameException
public NameException(String msg)
Constructs from a message.- Parameters:
msg
- The message.
-
-