org.apache.commons.feedparser.locate
Class AnchorParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.feedparser.locate.AnchorParserException
All Implemented Interfaces:
java.io.Serializable

public class AnchorParserException
extends java.lang.Exception

See Also:
Serialized Form

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

AnchorParserException

public AnchorParserException(java.lang.Exception e)


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