jas.util.xml
Class JASDOMParser.JASXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jas.util.NestedException
              extended by jas.util.xml.JASDOMParser.JASXMLException
All Implemented Interfaces:
HasNestedException, Serializable
Enclosing class:
JASDOMParser

public static class JASDOMParser.JASXMLException
extends NestedException

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

See Also:
Serialized Form

Constructor Summary
JASDOMParser.JASXMLException(String message)
           
JASDOMParser.JASXMLException(String message, Throwable detail)
           
 
Method Summary
 
Methods inherited from class jas.util.NestedException
formatNestedException, getMessage, getNestedException, getSimpleMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JASDOMParser.JASXMLException

public JASDOMParser.JASXMLException(String message)

JASDOMParser.JASXMLException

public JASDOMParser.JASXMLException(String message,
                                    Throwable detail)


Copyright © 2000-2009 FreeHEP. All Rights Reserved.