ucar.units
Class PrefixDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ucar.units.UnitException
              extended by ucar.units.PrefixDBException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrefixDBAccessException, PrefixExistsException

public class PrefixDBException
extends UnitException

Provides support for the general class of prefix database failures.

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

Constructor Summary
PrefixDBException()
          Constructs from nothing.
PrefixDBException(Exception e)
          Constructs from the exception that caused this exception to be thrown.
PrefixDBException(String message)
          Constructs from an error message.
PrefixDBException(String message, Exception e)
          Constructs from an error message and the exception that caused this exception to be thrown.
 
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

PrefixDBException

public PrefixDBException()
Constructs from nothing.


PrefixDBException

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

Parameters:
message - The error message.

PrefixDBException

public PrefixDBException(Exception e)
Constructs from the exception that caused this exception to be thrown.

Parameters:
e - The exception that caused this exception to be thrown.

PrefixDBException

public PrefixDBException(String message,
                         Exception e)
Constructs from an error message and the exception that caused this exception to be thrown.

Parameters:
message - The error message.
e - The exception that caused this exception to be thrown.


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