Package tigase.xmpp
Class XMPPParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tigase.xmpp.XMPPParserException
-
- All Implemented Interfaces:
Serializable
public class XMPPParserException extends 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(String message)Creates a newXMPPParserExceptioninstance.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
-
-