|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--exceptions.OperatorException
|
+--exceptions.OperatorNoSuchPostconditionException
Diese Exception zeigt an, dass auf eine Postcondition des Operators verwiesen wurde, die es nicht gibt.
Operator.getPostcondFullfilled(),
Operator.setPostcondFullfilled(int), Serialized Form| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
OperatorNoSuchPostconditionException()
|
|
OperatorNoSuchPostconditionException(java.lang.String s)
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public OperatorNoSuchPostconditionException()
public OperatorNoSuchPostconditionException(java.lang.String s)
s - String der den Grund der Exception beschreibt.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||