org.apache.commons.feedparser
Class FeedParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.feedparser.FeedParserException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TerminateParserException

public class FeedParserException
extends java.lang.Exception

Adapted from Public Domain SAXException sources.

Version:
$Id: FeedParserException.java 155416 2005-02-26 13:00:10Z dirkv $
See Also:
Serialized Form

Constructor Summary
FeedParserException(java.lang.String message)
           
FeedParserException(java.lang.String message, java.lang.Throwable e)
           
FeedParserException(java.lang.Throwable e)
           
FeedParserException(java.lang.Throwable e, java.lang.String resource)
          Create an exception tied to a specific resource or feed.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FeedParserException

public FeedParserException(java.lang.String message)

FeedParserException

public FeedParserException(java.lang.Throwable e)

FeedParserException

public FeedParserException(java.lang.Throwable e,
                           java.lang.String resource)
Create an exception tied to a specific resource or feed.


FeedParserException

public FeedParserException(java.lang.String message,
                           java.lang.Throwable e)


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.