public class SessionFailedEvent extends java.lang.Object implements SessionEndedEvent
| Constructor and Description |
|---|
SessionFailedEvent(BrokenPartyException e) |
| Modifier and Type | Method and Description |
|---|---|
BrokenPartyException |
getException() |
java.util.Map<DataKey,java.lang.Object> |
getValues()
Convert the agreement into a hashmap of <
DataKey, Object
> pairs. |
java.lang.String |
toString() |
public SessionFailedEvent(BrokenPartyException e)
e - the exception that caused the problem.public BrokenPartyException getException()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Map<DataKey,java.lang.Object> getValues()
DataKey, Object
> pairs. Object will usually be a String, Number or
List. This data can be inserted directly into a
DataKeyTableModel. This is similar to code in XmlLogger.Map of agreement evaluations.