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
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
BadComponentException()
           
BadComponentException(String s)
           
BadComponentException(String s, int col)
           
BadComponentException(String s, ParsePosition pp)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

col

int col

s

String s
Constructor Detail

BadComponentException

public BadComponentException()

BadComponentException

public BadComponentException(String s)

BadComponentException

public BadComponentException(String s,
                             int col)

BadComponentException

public BadComponentException(String s,
                             ParsePosition pp)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable