Zen
A cross-platform functional programming language

exception Class Reference

Intrinsic exception type. More...

#include <zbl.hpp>

List of all members.

Public Member Functions

 exception ()
 Default constructor.
 exception (const z::string &msg)
 Constructor.
const z::stringtoString () const
 Get the error message.

Private Attributes

z::string _msg
 The error message.

Detailed Description

Intrinsic exception type.


Constructor & Destructor Documentation

exception ( const z::string msg) [inline, explicit]

Constructor.

Parameters:
msgError message

Member Function Documentation

const z::string& toString ( ) const [inline]

Get the error message.

Returns:
The error message

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines