|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthmi.bml.feedback.BMLExceptionFeedback
@Immutable public final class BMLExceptionFeedback
Indicates that a failure has occured when executing the BML block with id bmlId.
| Field Summary | |
|---|---|
String |
bmlId
|
String |
exceptionText
|
Set<String> |
failedBehaviours
|
Set<String> |
failedConstraints
|
String |
id
|
boolean |
performanceFailed
|
double |
timeStamp
|
| Constructor Summary | |
|---|---|
BMLExceptionFeedback(String id,
String bmlId,
double timeStamp,
Set<String> failedBehaviours,
Set<String> failedConstraints,
String exceptionText,
boolean performanceFailed)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String id
public final String bmlId
public final double timeStamp
public final Set<String> failedBehaviours
public final Set<String> failedConstraints
public final String exceptionText
public final boolean performanceFailed
| Constructor Detail |
|---|
public BMLExceptionFeedback(String id,
String bmlId,
double timeStamp,
Set<String> failedBehaviours,
Set<String> failedConstraints,
String exceptionText,
boolean performanceFailed)
| Method Detail |
|---|
public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||