net.rim.device.api.io.parser.rss.event
Class RSSErrorEvent
java.lang.Object
net.rim.device.api.io.parser.rss.event.RSSEvent
net.rim.device.api.io.parser.rss.event.RSSErrorEvent
public class RSSErrorEvent
- extends RSSEvent
This event is posted by an RSSParser when an error is encountered in
an RSS document. This event is available to an application if it
specifies an RSSEventListener when an RSSParser is invoked.
- Since:
- BlackBerry API 6.0.0
|
Method Summary |
Exception |
getException()
Returns the exception that was caught during the processing of an RSS document. |
getException
public Exception getException()
- Returns the exception that was caught during the processing of an RSS document.
- Returns:
- The exception that was caught during processing of an RSS document.
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal