Package org.jivesoftware.openfire.nio
Class XMLNotWellFormedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.nio.XMLNotWellFormedException
- All Implemented Interfaces:
Serializable
An Exception indicating that evaluated content is not valid XML.
- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMLNotWellFormedException(String message) XMLNotWellFormedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XMLNotWellFormedException
public XMLNotWellFormedException() -
XMLNotWellFormedException
-
XMLNotWellFormedException
-
XMLNotWellFormedException
-