|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.matthias_burbach.flux.ModelCheckerException
Is thrown by ModelChecker implementations to report model
constraint violations as a list of detailed messages.
| Field Summary | |
private java.util.List |
detailedMessages
The list of detailed messages of type String |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ModelCheckerException(java.lang.String summaryMessage,
java.util.List detailedMessages)
|
|
| Method Summary | |
java.util.List |
getDetailedMessages()
|
| 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 |
| Field Detail |
private java.util.List detailedMessages
| Constructor Detail |
public ModelCheckerException(java.lang.String summaryMessage,
java.util.List detailedMessages)
summaryMessage - detailedMessages - the list of detailed messages of type String| Method Detail |
public java.util.List getDetailedMessages()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||