it.sauronsoftware.feed4j
Class FeedXMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.sauronsoftware.feed4j.FeedException
              extended by 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

Constructor Summary
FeedXMLParseException()
           
FeedXMLParseException(java.lang.String message)
           
FeedXMLParseException(java.lang.String message, java.lang.Throwable cause)
           
FeedXMLParseException(java.lang.Throwable cause)
           
 
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

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)