public class CrawlPathToException extends Exception
| Constructor and Description |
|---|
CrawlPathToException(CrawlPath path)
Build a new
CrawlPathToException given a path taken. |
CrawlPathToException(CrawlPath path,
Throwable cause)
Build a new
CrawlPathToException given a path taken. |
CrawlPathToException(String message,
CrawlPath path)
Build a new
CrawlPathToException given a path taken. |
CrawlPathToException(String message,
CrawlPath path,
Throwable cause)
Build a new
CrawlPathToException given a path taken. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CrawlPathToException(String message, CrawlPath path, Throwable cause)
CrawlPathToException given a path taken.message - the message to supply with this exceptionpath - the CrawlPath taken that causes this exception.cause - the root cause of this exception.public CrawlPathToException(String message, CrawlPath path)
CrawlPathToException given a path taken.message - the message to supply with this exceptionpath - the CrawlPath taken that causes this exception.public CrawlPathToException(CrawlPath path, Throwable cause)
CrawlPathToException given a path taken.path - the CrawlPath taken that causes this exception.cause - the root cause of this exception.public CrawlPathToException(CrawlPath path)
CrawlPathToException given a path taken.path - the CrawlPath taken that causes this exception.Copyright © 2007-2013. All Rights Reserved.