Class Index Cross Index Namespace Index

Class FormatException

Format Exception
Contained in: global
Derived from: LdasException
Derived by: none

#include "general/formatexception.hh"


public function member index:

inline FormatException(int library, int code, const std::string& msg = "", const std::string& info = "", const char* file = 0, size_t line = 0) throw ( ); Constructor.
 

Description:

This class is derived from LdasException. It does not define any new methods or data. It is used simply to differentiate between error types when thrown.


Function Member Descriptions:


FormatException::FormatException - Constructor.


inline FormatException(int library, int code, const std::string& msg = "", const std::string& info = "", const char* file = 0, size_t line = 0) throw ( );
Just call the LdasException constructor.

Parameters:
ParameterDescription
int library
int code
const string& msg
const string& info
const char* file
size_t line