org.apache.commons.feedparser
Class TerminateParserException

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

public class TerminateParserException
extends FeedParserException

Signal that we should stop parsing and abort. This is usually done if we have seen an item before an no longer need to parse it.

Version:
$Id: TerminateParserException.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
TerminateParserException(String message)
           
TerminateParserException(String message, Throwable e)
           
TerminateParserException(Throwable e)
           
 
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

TerminateParserException

public TerminateParserException(String message)

TerminateParserException

public TerminateParserException(Throwable e)

TerminateParserException

public TerminateParserException(String message,
                                Throwable e)


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