ucar.units
Class UnitSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by 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

Constructor Summary
UnitSystemException(String message)
          Constructs from an error message.
UnitSystemException(String message, Exception e)
          Constructs from an error message and the exception that caused the error.
 
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

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.