[TOC]
- Detail:
- Field |
- Constr |
- Method
org.apache.nutch.net
Class URLFilterException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- org.apache.nutch.net.URLFilterException
- All Implemented Interfaces:
- Serializable
public class URLFilterException extends Exception
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor and Description URLFilterException()
URLFilterException(String message)
URLFilterException(String message,
Throwable cause)
URLFilterException(Throwable cause)
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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
-
URLFilterException
public URLFilterException()
-
URLFilterException
public URLFilterException(String message)
-
URLFilterException
public URLFilterException(String message, Throwable cause)
-
URLFilterException
public URLFilterException(Throwable cause)
- Detail:
- Field |
- Constr |
- Method