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

%ignore CVC4::operator<<(std::ostream&, const Exception&);
%ignore CVC4::Exception::Exception(const char*);
%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