com.funambol.email.exception
Class ParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.funambol.email.exception.ParsingException
All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends java.lang.Exception

Exception used in the email parsing procedure

See Also:
Serialized Form

Constructor Summary
ParsingException()
          Creates a new instance of ParsingException without detail message.
ParsingException(java.lang.String msg)
          Constructs an instance of ParsingException with the specified detail message.
ParsingException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an instance of ParsingException with the specified detail message.
ParsingException(java.lang.Throwable cause)
          Constructs an instance of ParsingException with the specified exception.
 
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 instance of ParsingException without detail message.


ParsingException

public ParsingException(java.lang.String msg)
Constructs an instance of ParsingException with the specified detail message.

Parameters:
msg - the detail message.

ParsingException

public ParsingException(java.lang.Throwable cause)
Constructs an instance of ParsingException with the specified exception.

Parameters:
cause - Throwable

ParsingException

public ParsingException(java.lang.String msg,
                        java.lang.Throwable cause)
Constructs an instance of ParsingException with the specified detail message.

Parameters:
msg - String
cause - Throwable


Copyright © 2005-2006 Funambol.