edu.uky.rch.ept.xmlSegmentTree.parse
Class XMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.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 |
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.