FreeHEP API
Version v1.1

org.freehep.xml.util
Class DOMParser.XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.freehep.xml.util.DOMParser.XMLException
All Implemented Interfaces:
Serializable
Enclosing class:
DOMParser

public static class DOMParser.XMLException
extends Exception

An exception that gets thrown if there is an error reading an XML file.

See Also:
Serialized Form

Constructor Summary
DOMParser.XMLException(String message)
           
DOMParser.XMLException(String message, Throwable detail)
           
 
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

DOMParser.XMLException

public DOMParser.XMLException(String message)

DOMParser.XMLException

public DOMParser.XMLException(String message,
                              Throwable detail)

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.