Browse Source

unsupported model exception added to exceptions

Former-commit-id: 607e9f42ae
tempestpy_adaptions
sjunges 9 years ago
parent
commit
afbc4aff2a
  1. 14
      src/exceptions/UnsupportedModelException.h
  2. 4
      src/parser/JaniParser.cpp

14
src/exceptions/UnsupportedModelException.h

@ -0,0 +1,14 @@
#ifndef STORM_UNSUPPORTEDMODELEXCEPTION_H
#define STORM_UNSUPPORTEDMODELEXCEPTION_H
#include "src/exceptions/BaseException.h"
#include "src/exceptions/ExceptionMacros.h"
namespace storm {
namespace exceptions {
STORM_NEW_EXCEPTION(UnsupportedModelException)
} // namespace exceptions
} // namespace storm
#endif //STORM_UNSUPPORTEDMODELEXCEPTION_H

4
src/parser/JaniParser.cpp

@ -0,0 +1,4 @@
//
// Created by Sebastian Junges on 20/05/16.
//
Loading…
Cancel
Save