Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Issue #27 : new add (#51)
Browse files Browse the repository at this point in the history
* Issue #27: change return code in Dotify to exception (also in Main)
	modified:   src/main/scala/modbat/mbt/Dotify.scala
	modified:   src/main/scala/modbat/mbt/Main.scala

* Line 45, I replaced return 1 by throw e in Main.scala

* in file MBT.scala, severals System.exit(1) replaced by throw(error)

* in file MBT.scala, System.exit changed by throw

* Issue #27: change exit to exception.
	new file:   src/main/java/modbat/mbt/NoTransitionException.java
	modified:   src/main/scala/modbat/mbt/MBT.scala

* Remove return 1 replaced by throw exception.
  • Loading branch information
AlexandreFournel authored and cyrille-artho committed May 19, 2019
1 parent 5e59453 commit c25c5ba
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit c25c5ba

Please sign in to comment.