summaryrefslogtreecommitdiff
path: root/src/util/exception.i
blob: c5daadec0f5b83229b3ffef1fd30aa71f09db7cb (plain)
1
2
3
4
5
6
7
8
9
%{
#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";

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