LibMC::InvalidAgentException Class Reference

Exception class for use with null agent pointers. More...


Public Member Functions

 InvalidAgentException ()
 Null agent pointer exception constructor.
 InvalidAgentException (String exc)
 Null agent pointer exception constructor.

Private Attributes

const String msg = "Private agent pointer not valid."


Detailed Description

Exception class for use with null agent pointers.

This class provides a way to inform the program that an agent was created or accessed that had an invalid internal pointer.

Definition at line 569 of file MCAgent.cs.


Constructor & Destructor Documentation

LibMC::InvalidAgentException::InvalidAgentException (  )  [inline]

Null agent pointer exception constructor.

Constructor for the exception class. This exception simply defines a recognizable exception class and sets the exception message appropriately.

Definition at line 580 of file MCAgent.cs.

LibMC::InvalidAgentException::InvalidAgentException ( String  exc  )  [inline]

Null agent pointer exception constructor.

Constructor for the exception class. Allows the use of a custom error message.

Definition at line 591 of file MCAgent.cs.


Field Documentation

const String LibMC::InvalidAgentException::msg = "Private agent pointer not valid." [private]

Definition at line 571 of file MCAgent.cs.


The documentation for this class was generated from the following file:

Generated on Thu Nov 13 14:22:59 2008 for Mobile-C by  doxygen 1.5.5