tigase.xmpp
Class XMPPParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tigase.xmpp.XMPPParserException
All Implemented Interfaces:
Serializable

public class XMPPParserException
extends RuntimeException

Describe class XMPPParserException here. Created: Tue Oct 9 13:41:43 2007

Version:
$Rev$
Author:
Artur Hefczyc
See Also:
Serialized Form

Constructor Summary
XMPPParserException(String message)
          Creates a new XMPPParserException instance.
XMPPParserException(String message, 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

XMPPParserException

public XMPPParserException(String message)
Creates a new XMPPParserException instance.


XMPPParserException

public XMPPParserException(String message,
                           Throwable cause)


Copyright © 2013 Tigase. All rights reserved.