net.fortuna.ical4j.data
Class ParserException
Exceptionnet.fortuna.ical4j.data.ParserException
public class ParserException
extends Exception
$Id: ParserException.java,v 1.11 2008/12/20 08:58:34 fortuna Exp $ [Apr 5, 2004]
An exception thrown when an error occurs in parsing iCalendar data.
ParserException
public ParserException(String message,
int lineNo) Constructor with message.
message - a descriptive message for the exceptionlineNo - line number where parsing error ocurred
ParserException
public ParserException(String message,
int lineNo,
Throwable cause) Constructor with message and cause.
message - a descriptive message for the exceptionlineNo - line number where parsing error ocurredcause - a throwable that is the cause of this exception
ParserException
public ParserException(int lineNo)
lineNo - line number where parsing error ocurred
getLineNo
public final int getLineNo()