ucar.units
Class UnitClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.UnitFormatException
                  extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.