com.fm.rss
Class rssParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fm.rss.rssParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class rssParseException
- extends java.lang.Exception
RSS entry parse exception.
Entities must be thrown if any error occures during parsing of the channel,
category or item data.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
rssParseException
public rssParseException(java.lang.String msg)
- Constructor
rssParseException
public rssParseException(java.lang.String msg,
java.lang.Throwable c)
- Constructor
rssParseException
public rssParseException(java.lang.Throwable c)
- Constructor