Package fi.iki.jmtilli.javaxmlfrag
Class XMLNonTextChildException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fi.iki.jmtilli.javaxmlfrag.XMLException
fi.iki.jmtilli.javaxmlfrag.XMLNonTextChildException
- All Implemented Interfaces:
java.io.Serializable
public class XMLNonTextChildException extends XMLException
An XML non-text child exception.
Thrown when we try to get the string contents of a tag that has a non-text
child.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XMLNonTextChildException()
XMLNonTextChildException(java.lang.String s)
-
Method Summary
-
Constructor Details
-
XMLNonTextChildException
public XMLNonTextChildException() -
XMLNonTextChildException
public XMLNonTextChildException(java.lang.String s)
-