|
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.workload.WorkloadError
public class WorkloadError
WorkloadException: This exception is thrown when the workload manager encounters an error.
| Constructor Summary | |
|---|---|
WorkloadError(java.lang.String message)
Construct a WorkloadException with the specified message. |
|
WorkloadError(java.lang.Throwable t)
Called to wrap another exception as a WorkloadError. |
|
| 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 WorkloadError(java.lang.String message)
message - The exception message.public WorkloadError(java.lang.Throwable t)
t - An exception to be wrapped.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||