Package tigase.xmpp

Class XMPPParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class XMPPParserException
    extends java.lang.RuntimeException
    Describe class XMPPParserException here.
    Created: Tue Oct 9 13:41:43 2007
    Author:
    Artur Hefczyc
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XMPPParserException​(java.lang.String message)
      Creates a new XMPPParserException instance.
      XMPPParserException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • XMPPParserException

        public XMPPParserException​(java.lang.String message)
        Creates a new XMPPParserException instance.
      • XMPPParserException

        public XMPPParserException​(java.lang.String message,
                                   java.lang.Throwable cause)