public class ParserException
extends java.lang.Exception
$Id$ [Apr 5, 2004]An exception thrown when an error occurs in parsing iCalendar data.
Constructor and Description |
---|
ParserException(int lineNo) |
ParserException(java.lang.String message,
int lineNo)
Constructor with message.
|
ParserException(java.lang.String message,
int lineNo,
java.lang.Throwable cause)
Constructor with message and cause.
|
Modifier and Type | Method and Description |
---|---|
int |
getLineNo() |
public ParserException(int lineNo)
lineNo
- line number where parsing error ocurredpublic ParserException(java.lang.String message, int lineNo)
message
- a descriptive message for the exceptionlineNo
- line number where parsing error ocurredpublic ParserException(java.lang.String message, int lineNo, java.lang.Throwable cause)
message
- a descriptive message for the exceptionlineNo
- line number where parsing error ocurredcause
- a throwable that is the cause of this exception