Browse Source

Update Req.SCT.Simulation.ExceptionHandling.md

Axel Terfloth 7 years ago
parent
commit
4284a8e0d7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      specification/Req.SCT.Simulation.ExceptionHandling.md

+ 3 - 3
specification/Req.SCT.Simulation.ExceptionHandling.md

@@ -6,9 +6,9 @@ _DEFINED_ | _functional_
 If an exception occurs during the interpretation of a state machine then this exceptions must be handled. 
 
 #### Discussion
-Excpetions during simulation may be caused by the user for example if simulation callbacks are user. Or by a bug in the statechart
-tools itself. In any case the error must be handled in a way that is controllable by the user. In any case the current simulation 
-must be terminated. 
+Excpetions during simulation may be caused due ti different reasons. First user implemented callbacks may fail or a bug in the statechart
+tools itself may cause an error. In any case the error must be handled in a way that is controllable by the user. 
+In any case the current simulation must be terminated. 
 
 #### Preconditions
 An excetion occurs within the simulation.