summaryrefslogtreecommitdiff
path: root/src/util/exception.i
blob: 422f34b102cac61f03c5b234754e6126433d08bb (plain)
1
2
3
4
5
6
7
8
9
10
11
%{
#include "util/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 "util/exception.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback