|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
rss.parser.UnsupportedRSSFormatException
public class UnsupportedRSSFormatException
Thrown when a certain RSS file cannot be parsed.
Constructor Summary | |
---|---|
UnsupportedRSSFormatException(java.lang.String xmlFile)
Creates a new UnsupportedRSSFormatException with a message stating the given xmlFile was unable to be parsed. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedRSSFormatException(java.lang.String xmlFile)
xmlFile
- RSS XML file that was unable to be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |