BALL::Exception::FileNotFound Class Reference

#include <BALL/COMMON/exception.h>

Inheritance diagram for BALL::Exception::FileNotFound:
BALL::Exception::GeneralException

List of all members.


Public Member Functions

 FileNotFound (const char *file, int line, const String &filename)
 ~FileNotFound () throw ()
String getFilename () const

Protected Attributes

std::string filename_

Detailed Description

File not found. A given file could not be found.


Constructor & Destructor Documentation

BALL::Exception::FileNotFound::FileNotFound ( const char *  file,
int  line,
const String filename 
)
BALL::Exception::FileNotFound::~FileNotFound (  )  throw ()

Member Function Documentation

String BALL::Exception::FileNotFound::getFilename (  )  const

Member Data Documentation