org.freehep.xml.util
Class BadXMLException

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

public class BadXMLException
extends SAXException

A SAXException with an optional nested exception

Version:
$Id: BadXMLException.java 8584 2006-08-10 23:06:37Z duns $
Author:
tonyj
See Also:
Serialized Form

Constructor Summary
BadXMLException(String message)
           
BadXMLException(String message, Throwable detail)
           
 
Method Summary
 
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)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.