BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Member Functions | Protected Attributes
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.

Definition at line 359 of file COMMON/exception.h.


Constructor & Destructor Documentation

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

Member Function Documentation


Member Data Documentation

Definition at line 370 of file COMMON/exception.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines