Class XMLNotWellFormedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.nio.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:
  • Constructor Details

    • XMLNotWellFormedException

      public XMLNotWellFormedException()
    • XMLNotWellFormedException

      public XMLNotWellFormedException(String message, Throwable cause)
    • XMLNotWellFormedException

      public XMLNotWellFormedException(String message)
    • XMLNotWellFormedException

      public XMLNotWellFormedException(Throwable cause)