it.sauronsoftware.feed4j
Class FeedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.sauronsoftware.feed4j.FeedException
              extended by it.sauronsoftware.feed4j.FeedIOException
All Implemented Interfaces:
java.io.Serializable

public class FeedIOException
extends FeedException

This kind of exception is thrown by the parser every time a I/O error occurs during the reading of a feed.

Author:
Carlo Pelliccia
See Also:
Serialized Form

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

FeedIOException

public FeedIOException()

FeedIOException

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

FeedIOException

public FeedIOException(java.lang.String message)

FeedIOException

public FeedIOException(java.lang.Throwable cause)