ucar.units
Class UnitFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucar.units.UnitException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.