ucar.units
Class UnitFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.UnitFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnitClassException

public class UnitFormatException
extends UnitException

Provides support for general failures with unit format classes.

Version:
$Id: UnitFormatException.java 64 2006-07-12 22:30:50Z edavis $
Author:
Steven R. Emmerson
See Also:
Serialized Form

Constructor Summary
UnitFormatException()
          Constructs from nothing.
UnitFormatException(String message)
          Constructs from an error message.
 
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

UnitFormatException

public UnitFormatException()
Constructs from nothing.


UnitFormatException

public UnitFormatException(String message)
Constructs from an error message.

Parameters:
message - The error message.


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.