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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
ICalendarParseException
public ICalendarParseException()
ICalendarParseException
public ICalendarParseException(String s)
ICalendarParseException
public ICalendarParseException(Exception e)