Package tigase.xmpp
Class XMPPParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tigase.xmpp.XMPPParserException
- All Implemented Interfaces:
Serializable
Describe class XMPPParserException here.
Created: Tue Oct 9 13:41:43 2007
Created: Tue Oct 9 13:41:43 2007
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMPPParserException
(String message) Creates a newXMPPParserException
instance.XMPPParserException
(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
-
XMPPParserException
Creates a newXMPPParserException
instance. -
XMPPParserException
-