org.jactr.tools.async.iterative.message
Class ExceptionMessage
java.lang.Object
org.jactr.tools.async.message.BaseMessage
org.jactr.tools.async.iterative.message.ExceptionMessage
- All Implemented Interfaces:
- java.io.Serializable, IMessage
public class ExceptionMessage
- extends BaseMessage
- implements java.io.Serializable
- Author:
- developer
- See Also:
- Serialized Form
|
Constructor Summary |
ExceptionMessage(int iteration,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionMessage
public ExceptionMessage(int iteration,
org.jactr.core.model.IModel model,
java.lang.Throwable thrown)
getIteration
public int getIteration()
getModelName
public java.lang.String getModelName()
getThrown
public java.lang.Throwable getThrown()