|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.fortuna.ical4j.data.ParserException
An exception thrown when an error ocurrs in parsing iCalendar data.
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 |
public ParserException()
public ParserException(String message)
message
- a descriptive message for the exceptionpublic ParserException(String message, Throwable cause)
message
- a descriptive message for the exceptioncause
- a throwable that is the cause of this
exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |