Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

LibGPIB::Agilent4279A::InvalidParameter Class Reference

This exception is thrown when an invalid parameter is passed to any of the functions associated with this class. More...

#include <Agilent4279A.h>

List of all members.

Public Methods

Exceptions
 InvalidParameter ( const string class_name, const string file_name, const string function_name, int line_number )
 Construct a new InvalidParameter exception object. More...


Detailed Description

This exception is thrown when an invalid parameter is passed to any of the functions associated with this class.

Definition at line 411 of file Agilent4279A.h.


Constructor & Destructor Documentation

LibGPIB::Agilent4279A::InvalidParameter::InvalidParameter ( string class_name,
string file_name,
string function_name,
int line_number ) [inline]

Construct a new InvalidParameter exception object.

The constructor takes parameters which help locate the line at which the exception was thrown.

Parameters:
class_name   The class in which the exception was thrown. Empty if thrown in a standalone function.
file_name   The file in which the exception was thrown.
function_name   The function in which the exception was thrown.
line_number   The line number in file_name where the exception was thrown.

Definition at line 429 of file Agilent4279A.h.


The documentation for this class was generated from the following file:
Generated at Tue Aug 8 01:37:56 2000 for libgpib by doxygen1.1.4 written by Dimitri van Heesch, © 1997-2000