org.apache.http.norobots
Class NoRobotException

Package class diagram package NoRobotException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.http.norobots.NoRobotException
All Implemented Interfaces:
Serializable

public class NoRobotException
extends Exception

Application exception for anything that might go wrong in the checking of a robots.txt file. It does not wrap an Exception to maintain support for older JDKs.

See Also:
Serialized Form

Constructor Summary
NoRobotException(String message)
           
NoRobotException(String message, Throwable t)
           
 
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

NoRobotException

public NoRobotException(String message)

NoRobotException

public NoRobotException(String message,
                        Throwable t)


Copyright © 2008 The Apache Software Foundation