BALL::Exception::Precondition Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::Precondition:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 Precondition (const char *file, int line, const char *condition)

Detailed Description

Precondition failed. A precondition (as defined by BALL_PRECONDITION_EXCEPTION) has failed.


Constructor & Destructor Documentation

BALL::Exception::Precondition::Precondition ( const char *  file,
int  line,
const char *  condition 
)