org.apache.commons.feedparser.locate
Class AnchorParserException

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

public class AnchorParserException
extends Exception

Author:
Kevin A. Burton
See Also:
Serialized Form

Constructor Summary
AnchorParserException()
          Create a new AnchorParserException instance.
AnchorParserException(Exception e)
           
AnchorParserException(String message)
           
 
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

AnchorParserException

public AnchorParserException()
Create a new AnchorParserException instance.


AnchorParserException

public AnchorParserException(String message)

AnchorParserException

public AnchorParserException(Exception e)


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