Given I create a PetriNetFactory object with a file name that does not exist on the system (or that violates a security rule)
Actual Result:
- A stacktrace is printed on console
Expected Result:
- An exception is thrown with a message indicating that the file could not be read.
Given I create a PetriNetFactory object with a file name that does not exist on the system (or that violates a security rule)
Actual Result:
Expected Result: