The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
ErrorManagement.LoadingDynVarsError Class Reference

Represents the error occurred when dynamic variable are loaded. More...

Inheritance diagram for ErrorManagement.LoadingDynVarsError:
ErrorManagement.ErrorAdapter ErrorManagement.IError

Public Member Functions

 LoadingDynVarsError (string info)
 Constructor of LoadingDynVarsError More...
 
- Public Member Functions inherited from ErrorManagement.ErrorAdapter
 ErrorAdapter (Location location)
 
 ErrorAdapter ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Additional Inherited Members

- Protected Attributes inherited from ErrorManagement.ErrorAdapter
Location location
 
- Properties inherited from ErrorManagement.ErrorAdapter
Location Location [get]
 
string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get, set]
 Gets the description for the error type. More...
 
- Properties inherited from ErrorManagement.IError
string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 Gets the description for the error type. More...
 

Detailed Description

Represents the error occurred when dynamic variable are loaded.

Definition at line 23 of file LoadingDynVarsError.cs.

Constructor & Destructor Documentation

ErrorManagement.LoadingDynVarsError.LoadingDynVarsError ( string  info)

Constructor of LoadingDynVarsError

Parameters
infoError description.

Definition at line 31 of file LoadingDynVarsError.cs.


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