gov.noaa.eds.xapi.generic
Class DomHandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.noaa.eds.xapi.generic.DomHandlerException
All Implemented Interfaces:
java.io.Serializable

public class DomHandlerException
extends java.lang.Exception

A gernic exception to be thrown by DomHandler implementations.

Version:
$Id: DomHandlerException.java,v 1.2 2004/12/23 22:26:01 mrxtravis Exp $
Author:
tns
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DomHandlerException()
          Creates a new instance of DomHandlerException without detail message.
DomHandlerException(java.lang.String msg)
          Constructs an instance of DomHandlerException with the specified detail message.
DomHandlerException(java.lang.String msg, java.lang.Throwable thr)
          Constructs an instance of DomHandlerException with the specified detail message.
DomHandlerException(java.lang.Throwable thr)
          Constructs an instance of DomHandlerException with the specified root cause.
 
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

DomHandlerException

public DomHandlerException()
Creates a new instance of DomHandlerException without detail message.


DomHandlerException

public DomHandlerException(java.lang.String msg)
Constructs an instance of DomHandlerException with the specified detail message.

Parameters:
msg - the detail message.

DomHandlerException

public DomHandlerException(java.lang.Throwable thr)
Constructs an instance of DomHandlerException with the specified root cause.

Parameters:
thr - the root cause.

DomHandlerException

public DomHandlerException(java.lang.String msg,
                           java.lang.Throwable thr)
Constructs an instance of DomHandlerException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2004 National Oceanic and Atmospheric Administration > National Geophysical Data Center > Enterprise Data Services Division. All Rights Reserved.