org.gxos.xml
Class XMLException

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

public class XMLException
extends java.lang.Exception

General purpose XML object expception.

$Id: XMLException.java,v 1.2 2001/10/04 02:41:00 balsoy Exp $

See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String msg)
          Thrown if there is an error regarding XML objects.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException(java.lang.String msg)
Thrown if there is an error regarding XML objects.

Parameters:
msg - exception message.