|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
An exception thrown when attempting to create an invalid Mercury.Syntax.Rule instance. More...
Public Member Functions | |
| InvalidRuleException (Rule rule, string reason=null) | |
| Initializes a new instance of the InvalidRuleException class. More... | |
Public Member Functions inherited from Mercury.Exceptions.SyntaxException | |
| SyntaxException () | |
| Initializes a new instance of the SyntaxException class. More... | |
| SyntaxException (string message) | |
| Initializes a new instance of the SyntaxException class with a message that describes the error. More... | |
| SyntaxException (string message, Exception inner) | |
| Initializes a new instance of the SyntaxException class. 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.SyntaxException | |
| SyntaxException (SerializationInfo info, StreamingContext context) | |
| Initializes a new instance of the SyntaxException class. 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... | |
An exception thrown when attempting to create an invalid Mercury.Syntax.Rule instance.
Definition at line 83 of file SyntaxExceptions.cs.
| Mercury.Exceptions.InvalidRuleException.InvalidRuleException | ( | Rule | rule, |
| string | reason = null |
||
| ) |
Initializes a new instance of the InvalidRuleException class.
| rule | The rule |
| reason | The reason of the problem. |
Definition at line 91 of file SyntaxExceptions.cs.
1.8.7