3.15.2.4.1. Exception Class Example
class Exception
{
  public:

    // Method for throwing most derived type
    virtual void _raise () const = 0;
    ...
}