com.sun.syndication.io
public class ParsingFeedException extends FeedException
| Constructor Summary | |
|---|---|
| ParsingFeedException(String msg)
Creates a FeedException with a message.
| |
| ParsingFeedException(String msg, Throwable rootCause)
Creates a FeedException with a message and a root cause exception.
| |
| Method Summary | |
|---|---|
| int | getColumnNumber()
Returns the column number of the end of the text where the
parse error occurred.
|
| int | getLineNumber()
Returns the line number of the end of the text where the
parse error occurred.
|
Parameters: msg exception message.
Parameters: msg exception message. rootCause root cause exception.
The first column in a line is position 1.
Returns: an integer representing the column number, or -1 if the information is not available.
The first line in the document is line 1.
Returns: an integer representing the line number, or -1 if the information is not available.