Package fi.iki.jmtilli.javaxmlfrag
Class XMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fi.iki.jmtilli.javaxmlfrag.XMLException
- All Implemented Interfaces:
 java.io.Serializable
- Direct Known Subclasses:
 XMLMultipleElementsException,XMLNonTextChildException,XMLValueMissingException
public class XMLException
extends java.lang.RuntimeException
An XML exception.
  
   Thrown when the document structure contains something that cannot be
   parsed.
- See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description XMLException()XMLException(java.lang.String s) - 
Method Summary
 
- 
Constructor Details
- 
XMLException
public XMLException() - 
XMLException
public XMLException(java.lang.String s) 
 -