public class ParserException extends Exception
$Id$ [Apr 5, 2004]An exception thrown when an error occurs in parsing iCalendar data.
| Constructor and Description |
|---|
ParserException(int lineNo) |
ParserException(String message,
int lineNo)
Constructor with message.
|
ParserException(String message,
int lineNo,
Throwable cause)
Constructor with message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLineNo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParserException(int lineNo)
lineNo - line number where parsing error ocurredpublic ParserException(String message, int lineNo)
message - a descriptive message for the exceptionlineNo - line number where parsing error ocurred