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.
- Version:
- $Id: UnitClassException.java 64 2006-07-12 22:30:50Z edavis $
- Author:
- Steven R. Emmerson
- See Also:
- Serialized Form
Constructor Summary |
UnitClassException(Unit unit)
Constructs from the unit that's an instance of an unknown class. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnitClassException
public UnitClassException(Unit unit)
- Constructs from the unit that's an instance of an unknown class.
- Parameters:
unit
- The unknown unit.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.