it.sauronsoftware.feed4j
Class FeedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.sauronsoftware.feed4j.FeedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeedIOException, FeedXMLParseException, UnsupportedFeedException

public abstract class FeedException
extends java.lang.Exception

The base kind of the exceptions thrown by the feed parser.

Author:
Carlo Pelliccia
See Also:
Serialized Form

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

FeedException

public FeedException()

FeedException

public FeedException(java.lang.String message,
                     java.lang.Throwable cause)

FeedException

public FeedException(java.lang.String message)

FeedException

public FeedException(java.lang.Throwable cause)