cvc4-1.3
exception.h File Reference

CVC4's exception base class and some associated utilities. More...

#include "cvc4_public.h"
#include <iostream>
#include <string>
#include <sstream>
#include <stdexcept>
#include <exception>
#include <cstdlib>
#include <cstdarg>

Go to the source code of this file.

Data Structures

class  CVC4::Exception
 
class  CVC4::IllegalArgumentException
 

Namespaces

 CVC4
 

Functions

std::ostream & CVC4::operator<< (std::ostream &os, const Exception &e) throw ()
 
template<class T >
void CVC4::CheckArgument (bool cond, const T &arg, const char *fmt,...)
 
template<class T >
void CVC4::CheckArgument (bool cond, const T &arg)
 
template<class T >
void CVC4::DebugCheckArgument (bool cond, const T &arg, const char *fmt,...)
 
template<class T >
void CVC4::DebugCheckArgument (bool cond, const T &arg)
 

Detailed Description

CVC4's exception base class and some associated utilities.

** Original author: Morgan Deters
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 project.
** Copyright (c) 2009-2013  New York University and The University of Iowa
** See the file COPYING in the top-level source directory for licensing
** information.

CVC4's exception base class and some associated utilities.

Definition in file exception.h.