org.igfay.jfig
Class XMLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.igfay.jfig.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public class XMLParseException
extends java.lang.Exception

Class XMLParseException is used to indicate an error parsing an xml document

Version:
1.00 7/16/1999
Author:
Jason Borro
See Also:
Serialized Form

Constructor Summary
XMLParseException()
          Constructs a XMLParseException with simple message
XMLParseException(java.lang.Exception exc)
          Constructs a XMLParseException with a previous error
XMLParseException(java.lang.String xml)
          Constructs a XMLParseException with a detailed message
 
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

XMLParseException

public XMLParseException()
Constructs a XMLParseException with simple message


XMLParseException

public XMLParseException(java.lang.String xml)
Constructs a XMLParseException with a detailed message


XMLParseException

public XMLParseException(java.lang.Exception exc)
Constructs a XMLParseException with a previous error