jaula API Reference version 1.4.0
JAULA::No_Error Class Reference

class for no error condition exceptions More...

#include <jaula_no_error.h>

Inheritance diagram for JAULA::No_Error:
JAULA::Exception

Public Member Functions

 No_Error (void)
 Constructor.
No_Erroroperator= (No_Error const &orig)
 Assignment operator.
virtual ~No_Error ()
 Destructor.

Detailed Description

class for no error condition exceptions

This class defines a null exception with no error.
Author:
Kombo Morongo <morongo666@gmail.com>

Constructor & Destructor Documentation

JAULA::No_Error::No_Error ( void  )

Constructor.

Description
This method construct a new exception instance with JAULA::NO_ERROR code.
JAULA::No_Error::~No_Error ( ) [virtual]

Destructor.


Member Function Documentation

No_Error & JAULA::No_Error::operator= ( No_Error const &  orig)

Assignment operator.

Parameters:
origOriginal instance to copy
Returns:
a reference to the destination instance
Description
Copies the contents of the original instance to destination.
Note:
This method has been redefined from the base class preventing instance type modification.

The documentation for this class was generated from the following files: