summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/exception.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/exception.i b/src/util/exception.i
index c5daadec0..422f34b10 100644
--- a/src/util/exception.i
+++ b/src/util/exception.i
@@ -6,4 +6,6 @@
%ignore CVC4::Exception::Exception(const char*) throw();
%typemap(javabase) CVC4::Exception "java.lang.RuntimeException";
+%rename(CVC4IllegalArgumentException) CVC4::IllegalArgumentException;
+
%include "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback