summaryrefslogtreecommitdiff
path: root/src/base/exception.i
blob: 083670567832fef290f8cfa48e4ae00c89c4163e (plain)
1
2
3
4
5
6
7
8
9
10
11
%{
#include "base/exception.h"
%}

%ignore CVC4::operator<<(std::ostream&, const Exception&) throw();
%ignore CVC4::Exception::Exception(const char*) throw();
%typemap(javabase) CVC4::Exception "java.lang.RuntimeException";

%rename(CVC4IllegalArgumentException) CVC4::IllegalArgumentException;

%include "base/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback