#include <string>
#include <iostream>
Include dependency graph for exception.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
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.