Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.nio
Class XMLNotWellFormedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
XMLNotWellFormedException()
           
XMLNotWellFormedException(String message)
           
XMLNotWellFormedException(String message, Throwable cause)
           
XMLNotWellFormedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLNotWellFormedException

public XMLNotWellFormedException()

XMLNotWellFormedException

public XMLNotWellFormedException(String message,
                                 Throwable cause)

XMLNotWellFormedException

public XMLNotWellFormedException(String message)

XMLNotWellFormedException

public XMLNotWellFormedException(Throwable cause)

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.