OpenM++ runtime library (libopenm)
omError.h File Reference

OpenM++: public interface for errors and exceptions. More...

Include dependency graph for omError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openm::OpenmException< maxMsgSize, defaultMessage >
 openM++ exceptions More...
 
struct  openm::MessageEllipter
 helper to return ellipted string if source string exceed max size. More...
 

Namespaces

namespace  openm
 openM++ namespace
 

Typedefs

typedef OpenmException< 4000, helperUnknownErrorMessage > openm::HelperException
 helper library exception
 

Variables

const char openm::helperUnknownErrorMessage [] = "unknown error in helper method"
 helper library exception default error message: "unknown error in helper method" More...
 

Detailed Description

OpenM++: public interface for errors and exceptions.