|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.encog.EncogError
org.encog.bot.BotError
org.encog.bot.spider.SpiderError
public class SpiderError
SpiderException: This exception is thrown when the spider encounters an error.
| Constructor Summary | |
|---|---|
SpiderError(java.lang.String message)
Construct a SpiderException. |
|
SpiderError(java.lang.Throwable t)
Wrap another exception as a SpiderException. |
|
| 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 |
|---|
public SpiderError(java.lang.String message)
message - The message for the exception.public SpiderError(java.lang.Throwable t)
t - The exception that occured.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||