ucar.units
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.OperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DivideException, MultiplyException, RaiseException, ShiftException

public abstract class OperationException
extends UnitException

Provides support for unit operation failures (ex: multiplication).

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

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

OperationException

public OperationException()
Constructs from nothing.


OperationException

protected OperationException(String message)
Constructs from an error message.

Parameters:
message - The error message.

OperationException

protected OperationException(String message,
                             Exception e)
Constructs from an error message and the exception that caused the problem.

Parameters:
message - The error message.
e - The exception that caused the problem.


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