|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Exception thrown by basic actions when a problem was encountered. More...
Public Member Functions | |
| ErrorActionException (string message) | |
| Initializes a new instance of the ErrorActionException class. More... | |
| ErrorActionException (string message, params object[] args) | |
| Initializes a new instance of the ErrorActionException class. More... | |
Public Member Functions inherited from Mercury.Exceptions.InterpretingException | |
| InterpretingException () | |
| Initializes a new instance of the InterpretingException class. More... | |
| InterpretingException (string message) | |
| Initializes a new instance of the InterpretingException class with a specified message. More... | |
| InterpretingException (string message, Exception inner) | |
| Initializes a new instance of the InterpretingException class wit a specified message and an exception that caused this problem. More... | |
Public Member Functions inherited from Mercury.Exceptions.MercuryException | |
| MercuryException () | |
| Initializes a new instance of the MercuryException class. More... | |
| MercuryException (string message) | |
| Initializes a new instance of the MercuryException class with a specified error message. More... | |
| MercuryException (string message, Exception inner) | |
| Initializes a new instance of the MercuryException class with a specified error message and an exception that caused the problem. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Mercury.Exceptions.InterpretingException | |
| InterpretingException (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the InterpretingException class with serialization data. More... | |
Protected Member Functions inherited from Mercury.Exceptions.MercuryException | |
| MercuryException (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the MercuryException class with serialized data. More... | |
Exception thrown by basic actions when a problem was encountered.
Definition at line 178 of file InterpretingExceptions.cs.
| Mercury.Exceptions.ErrorActionException.ErrorActionException | ( | string | message | ) |
Initializes a new instance of the ErrorActionException class.
| message | The message that describes the error. |
Definition at line 183 of file InterpretingExceptions.cs.
| Mercury.Exceptions.ErrorActionException.ErrorActionException | ( | string | message, |
| params object[] | args | ||
| ) |
Initializes a new instance of the ErrorActionException class.
| message | The message that describes the error. |
| args | Objects to format. |
Definition at line 190 of file InterpretingExceptions.cs.
1.8.7