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
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 Summary
Constructors Constructor Description XMLNotWellFormedException()
XMLNotWellFormedException(String message)
XMLNotWellFormedException(String message, Throwable cause)
XMLNotWellFormedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-