it.sauronsoftware.feed4j
Class FeedXMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.sauronsoftware.feed4j.FeedException
it.sauronsoftware.feed4j.FeedXMLParseException
- All Implemented Interfaces:
- java.io.Serializable
public class FeedXMLParseException
- extends FeedException
This kind of exception is thrown every time a XML parsing problem occour
during the parse process.
- Author:
- Carlo Pelliccia
- See Also:
- Serialized Form
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 |
FeedXMLParseException
public FeedXMLParseException()
FeedXMLParseException
public FeedXMLParseException(java.lang.String message,
java.lang.Throwable cause)
FeedXMLParseException
public FeedXMLParseException(java.lang.String message)
FeedXMLParseException
public FeedXMLParseException(java.lang.Throwable cause)