AMCAX Kernel 1.0.0.0
Exception.hpp File Reference

Define exception handling. More...

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

Detailed Description

Define exception handling.

Define various exception classes and convenient macro interfaces Typical exceptions include construction error, domain error, negative value error, no such object error, not done error, null object error, null value error, out of range error, and not implemented error

This file is part of AMCAX kernel.