FreeHEP API
Version current

org.freehep.xml.util
Class BadXMLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xml.sax.SAXException
              extended byorg.freehep.xml.util.BadXMLException
All Implemented Interfaces:
Serializable

public class BadXMLException
extends SAXException

A SAXException with an optional nested exception

Version:
$Id: BadXMLException.java,v 1.2 2004/04/06 20:06:08 tonyj Exp $
Author:
tonyj
See Also:
Serialized Form
Source Code:
BadXMLException.java

Constructor Summary
BadXMLException(String message)
           
BadXMLException(String message, Throwable detail)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadXMLException

public BadXMLException(String message)

BadXMLException

public BadXMLException(String message,
                       Throwable detail)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.