op_exception.h File Reference

#include <stdexcept>
#include <string>
Include dependency graph for op_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  op_exception
struct  op_fatal_error
struct  op_runtime_error

Detailed Description

exception base class

This provide simple base class for exception object. All exception are derived from directly or indirectly from std::exception. This class are not itended to be catched in your code except at top level, derive what you want and catch derived class rather.

Remarks:
Copyright 2003 OProfile authors
Read the file COPYING
Author:
Philippe Elie
John Levon

Definition in file op_exception.h.


Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1