sjunges
9 years ago
5 changed files with 60 additions and 3 deletions
-
15src/exceptions/InvalidJaniException.h
-
35src/parser/JaniParser.cpp
-
7src/parser/JaniParser.h
-
2src/storage/jani/Model.h
-
4src/utility/storm.cpp
@ -0,0 +1,15 @@ |
|||
#ifndef STORM_INVALIDJANIEXCEPTION_H |
|||
#define STORM_INVALIDJANIEXCEPTION_H |
|||
|
|||
#include "src/exceptions/BaseException.h" |
|||
#include "src/exceptions/ExceptionMacros.h" |
|||
|
|||
namespace storm { |
|||
namespace exceptions { |
|||
|
|||
STORM_NEW_EXCEPTION(InvalidJaniException) |
|||
|
|||
} // namespace exceptions |
|||
} // namespace storm |
|||
|
|||
#endif //STORM_INVALIDJANIEXCEPTION_H |
Write
Preview
Loading…
Cancel
Save
Reference in new issue