edu.cmu.andrew.icalendar
Class BadComponentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.cmu.andrew.icalendar.BadComponentException
- All Implemented Interfaces:
- Serializable
- public class BadComponentException
- extends Exception
Exception thrown when attempting to parse an invalid ICalendar object.
- See Also:
- Serialized Form
Field Summary |
(package private) int |
col
|
(package private) String |
s
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
col
int col
s
String s
BadComponentException
public BadComponentException()
BadComponentException
public BadComponentException(String s)
BadComponentException
public BadComponentException(String s,
int col)
BadComponentException
public BadComponentException(String s,
ParsePosition pp)
toString
public String toString()
- Overrides:
toString
in class Throwable