Public Member Functions | Public Attributes

PhaseError Class Reference

#include <PhaseExceptions.h>

List of all members.

Public Member Functions

 PhaseError (errorType _type, errorSeverity _severity, char *_caller, char *_description)
virtual ~PhaseError ()
 destructor
virtual void printErr ()
 prints our error

Public Attributes

errorType type
 type of error.
errorSeverity severity
 severity of error.
char * caller
 string to hold caller name. Space allocated in constructor
char * description
 string to hold error description. Space allocated in constructor.

Detailed Description

Generic phase exception

Id:
PhaseExceptions.h,v 1.6 2006/10/17 03:43:00 kress Exp
Author:
Victor Kress
Version:
Revision:
1.6

Definition at line 32 of file PhaseExceptions.h.


Constructor & Destructor Documentation

PhaseError::PhaseError ( errorType  _type,
errorSeverity  _severity,
char *  _caller,
char *  _description 
)

Constructor

Parameters:
_type error type.
_severity error severity.
_caller name of class::method throwing error
_description description of error being thrown

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