net.fortuna.ical4j.data
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.fortuna.ical4j.data.ParserException
All Implemented Interfaces:
Serializable

public class ParserException
extends Exception

An exception thrown when an error ocurrs in parsing iCalendar data.

Author:
Ben Fortuna
See Also:
Serialized Form

Constructor Summary
ParserException()
          Default constructor.
ParserException(String message)
          Constructor with message.
ParserException(String message, Throwable cause)
          Constructor with message and cause.
 
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

ParserException

public ParserException()
Default constructor.


ParserException

public ParserException(String message)
Constructor with message.

Parameters:
message - a descriptive message for the exception

ParserException

public ParserException(String message,
                       Throwable cause)
Constructor with message and cause.

Parameters:
message - a descriptive message for the exception
cause - a throwable that is the cause of this exception