edu.uky.rch.ept.xmlSegmentTree.parse
Class XMLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.xmlSegmentTree.parse.XMLParseException
All Implemented Interfaces:
Serializable

public class XMLParseException
extends Exception

Exception class indicating XML parsing errors.

See Also:
Serialized Form

Constructor Summary
XMLParseException()
          Create an XML parse exception with null as its detail message.
XMLParseException(String message)
          Create an XML parse exception with the specified detail message.
 
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

XMLParseException

public XMLParseException()
Create an XML parse exception with null as its detail message.


XMLParseException

public XMLParseException(String message)
Create an XML parse exception with the specified detail message.

Parameters:
message - the detail message.