summaryrefslogtreecommitdiff
path: root/src/cvc4.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/cvc4.i')
-rw-r--r--src/cvc4.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cvc4.i b/src/cvc4.i
index ee760c569..53444539a 100644
--- a/src/cvc4.i
+++ b/src/cvc4.i
@@ -111,6 +111,7 @@ using namespace CVC4;
%}
%typemap(throws) ModalException = Exception;
+%typemap(throws) LogicException = Exception;
%typemap(throws) OptionException = Exception;
%typemap(throws) IllegalArgumentException = Exception;
%typemap(throws) AssertionException = Exception;
@@ -124,7 +125,7 @@ using namespace CVC4;
// Generate an error if the mapping from C++ CVC4 Exception to Java CVC4 Exception doesn't exist above
%typemap(throws) SWIGTYPE, SWIGTYPE &, SWIGTYPE *, SWIGTYPE [], SWIGTYPE [ANY] %{
-#error "exception $1_type doesn't map to Java correctly"
+#error "exception $1_type doesn't map to Java correctly---please edit src/cvc4.i and add it"
%}
%include "java/typemaps.i" // primitive pointers and references
@@ -151,7 +152,6 @@ using namespace CVC4;
%include "util/array.i"
%include "util/array_store_all.i"
%include "util/hash.i"
-%include "util/util_model.i"
%include "expr/type.i"
%include "util/ascription_type.i"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback