Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.protocol.sip.xcap.model
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.java.sip.communicator.impl.protocol.sip.xcap.model.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends Exception

Exceptions of this class get thrown whenever an error occurs while operating with XCAP server.

Author:
Grigorii Balutsel
See Also:
Serialized Form

Constructor Summary
ParsingException()
          Creates a new XCapException instance which does not give a human-readable explanation why the operation is not supported.
ParsingException(String message)
          Creates a new XCapException instance whith human-readable explanation.
ParsingException(String message, Throwable cause)
          Creates a new XCapException instance with human-readable explanation and the original cause of the problem.
ParsingException(Throwable cause)
          Creates a new XCapException instance with the original cause of the problem.
 
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

ParsingException

public ParsingException()
Creates a new XCapException instance which does not give a human-readable explanation why the operation is not supported.


ParsingException

public ParsingException(String message)
Creates a new XCapException instance whith human-readable explanation.

Parameters:
message - the detailed message explaining any particular details as to why is not the specified operation supported or null if no particular details exist.

ParsingException

public ParsingException(String message,
                        Throwable cause)
Creates a new XCapException instance with human-readable explanation and the original cause of the problem.

Parameters:
message - the detailed message explaining any particular details as to why is not the specified operation supported or null if no particular details exist.
cause - the original cause of the problem.

ParsingException

public ParsingException(Throwable cause)
Creates a new XCapException instance with the original cause of the problem.

Parameters:
cause - the original cause of the problem.

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.