edu.cmu.andrew.icalendar
Class ICalendarParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.cmu.andrew.icalendar.ICalendarParseException
All Implemented Interfaces:
Serializable

public class ICalendarParseException
extends Exception

Exception thrown when attempting to parse an invalid ICalendar object.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ICalendarParseException()
           
ICalendarParseException(Exception e)
           
ICalendarParseException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ICalendarParseException

public ICalendarParseException()

ICalendarParseException

public ICalendarParseException(String s)

ICalendarParseException

public ICalendarParseException(Exception e)