BALL::Exception::InvalidArgument Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::InvalidArgument:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 InvalidArgument (const char *file, int line, const String &arg)

Detailed Description

Invalid Argument Use this exception when a function is called with an invalid argument and no other exception applies.


Constructor & Destructor Documentation

BALL::Exception::InvalidArgument::InvalidArgument ( const char *  file,
int  line,
const String arg 
)