org.apache.commons.feedparser
Class FeedParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.feedparser.FeedParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TerminateParserException

public class FeedParserException
extends Exception

Adapted from Public Domain SAXException sources.

Version:
$Id: FeedParserException.java 373614 2006-01-30 22:31:21Z mvdb $
Author:
Kevin A. Burton (burtonator), David Megginson, sax@megginson.com
See Also:
Serialized Form

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

Constructor Detail

FeedParserException

public FeedParserException(String message)

FeedParserException

public FeedParserException(Throwable e)

FeedParserException

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


FeedParserException

public FeedParserException(String message,
                           Throwable e)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.