ucar.units
Class UnitSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ucar.units.UnitException
ucar.units.UnitSystemException
- All Implemented Interfaces:
- Serializable
public class UnitSystemException
- extends UnitException
Provides support for errors with the system of units.
- Version:
- $Id: UnitSystemException.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 |
UnitSystemException
public UnitSystemException(String message)
- Constructs from an error message.
- Parameters:
message
- The error messsage.
UnitSystemException
public UnitSystemException(String message,
Exception e)
- Constructs from an error message and the exception that caused the error.
- Parameters:
message
- The error messsage.e
- The exception that caused the problem.
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.