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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait