jas.util.xml
Class JASDOMParser.XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jas.util.NestedException
                    |
                    +--jas.util.xml.JASDOMParser.XMLException
All Implemented Interfaces:
HasNestedException, java.io.Serializable
Enclosing class:
JASDOMParser

public static class JASDOMParser.XMLException
extends NestedException

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

See Also:
Serialized Form

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

Constructor Detail

JASDOMParser.XMLException

public JASDOMParser.XMLException(java.lang.String message)

JASDOMParser.XMLException

public JASDOMParser.XMLException(java.lang.String message,
                                 java.lang.Throwable detail)