| Package | Description |
|---|---|
| com.crawljax.core.exception |
This is the exception package, containing the Exceptions used by Crawljax.
|
| com.crawljax.core.state |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static CrawlPath |
CrawlPath.copyOf(List<Eventable> eventable) |
CrawlPath |
CrawlPath.immutableCopy()
Create an immutableCopy of the current CrawlPath, used for backtracking for giving them to
plugins.
|
CrawlPath |
CrawlPath.immutableCopyWithoutLast() |
Copyright © 2007-2013. All Rights Reserved.