TopoWeb Commons API

org.topoweb.xml
Class DomProtocolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.topoweb.xml.DomProtocolException
All Implemented Interfaces:
java.io.Serializable

public class DomProtocolException
extends java.lang.Exception

Exception type representing an error that is encountered while processing a DOM protocol.

Author:
Babak Farhang
See Also:
DomProtocol, Serialized Form

Constructor Summary
DomProtocolException()
          Creates a new instance with no detail message.
DomProtocolException(java.lang.String msg)
          Creates a new instance with the given detail message.
DomProtocolException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance with the given detail message.
DomProtocolException(java.lang.Throwable cause)
          Creates a new instance with no detail message and the given 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

DomProtocolException

public DomProtocolException()
Creates a new instance with no detail message.


DomProtocolException

public DomProtocolException(java.lang.String msg)
Creates a new instance with the given detail message.

Parameters:
msg - the exception's detail message

DomProtocolException

public DomProtocolException(java.lang.Throwable cause)
Creates a new instance with no detail message and the given cause.

Parameters:
cause - the root cause of this exception

DomProtocolException

public DomProtocolException(java.lang.String msg,
                            java.lang.Throwable cause)
Creates a new instance with the given detail message.

Parameters:
msg - the exception's detail message
cause - the root cause of this exception

TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.