The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Main Page
Packages
Classes
Files
File List
File Members
FileNotFoundError.cs
Go to the documentation of this file.
1
// -------------------------------------------------------------------------- //
3
// Project rROTOR //
4
// -------------------------------------------------------------------------- //
5
// File: FileNotFoundError.cs //
6
// Author: Cristina Gonzalez Muņoz - cristi.gm@gmail.com //
7
// Description: //
8
// Represents the error occurred when the file specified does not exist. //
9
// -------------------------------------------------------------------------- //
10
// Create date: 15-12-2006 //
11
// Modification date: 18-12-2006 //
13
14
using
System;
15
using
System.Collections.Generic;
16
using
System.Text;
17
18
namespace
ErrorManagement
19
{
23
public
class
FileNotFoundError
:
ErrorAdapter
24
{
25
#region Constructor
26
31
public
FileNotFoundError
(
string
file)
32
{
33
this.Description = file +
" not found."
;
34
}
35
36
#endregion
37
}
38
}
ErrorManagement.FileNotFoundError.FileNotFoundError
FileNotFoundError(string file)
Constructor of FileNotFoundError
Definition:
FileNotFoundError.cs:31
ErrorManagement.FileNotFoundError
Represents the error occurred when the file specified does not exist.
Definition:
FileNotFoundError.cs:23
ErrorManagement.ErrorAdapter
Represents an adapter of existing features in every error.
Definition:
ErrorAdapter.cs:23
Desktop
stadyn
Inference
src
ErrorManagement
FileNotFoundError.cs
Generated on Mon Oct 21 2013 16:10:25 for The StaDyn Programming Language by
1.8.5