Class XMLNotWellFormedException

  • All Implemented Interfaces:
    Serializable

    public class XMLNotWellFormedException
    extends Exception
    An Exception indicating that evaluated content is not valid XML.
    Author:
    Guus der Kinderen, guus.der.kinderen@gmail.com
    See Also:
    Serialized Form
    • Constructor Detail

      • XMLNotWellFormedException

        public XMLNotWellFormedException()
      • XMLNotWellFormedException

        public XMLNotWellFormedException​(String message,
                                         Throwable cause)
      • XMLNotWellFormedException

        public XMLNotWellFormedException​(String message)
      • XMLNotWellFormedException

        public XMLNotWellFormedException​(Throwable cause)