CVC3  2.4.1
Classes | Namespaces | Functions
exception.h File Reference
#include <string>
#include <iostream>

Go to the source code of this file.

Classes

class  CVC3::Exception

Namespaces

namespace  CVC3

Functions

std::ostream & CVC3::operator<< (std::ostream &os, const Exception &e)

Detailed Description

Author: Sergey Berezin

Created: Thu Feb 6 13:09:44 2003


License to use, copy, modify, sell and/or distribute this software and its documentation for any purpose is hereby granted without royalty, subject to the terms and conditions defined in the LICENSE file provided with this distribution.


A generic exception. Any thrown exception must inherit from this class and whenever possible, set the error message.

Definition in file exception.h.