RunTimeException Class Reference
 
 
 
RunTimeException Class Reference

#include <MaxExceptions.h>

Inheritance diagram for RunTimeException:
Exception MaxHeapOperators

Class Description

General multi-purpose exception for runtime errors.

Public Member Functions

  RunTimeException (const MCHAR *message)
const MCHAR *  What () const
  Returns the message of the exception.

Constructor & Destructor Documentation

RunTimeException ( const MCHAR *  message )

Member Function Documentation

const MCHAR* What ( ) const [virtual]

Returns the message of the exception.

Reimplemented from Exception.