Mercury library  1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
Mercury.Exceptions.InvalidEdgeException Class Reference

An exception thrown when attempting to create an invalid Mercury.Parser.Edge instance. More...

Inheritance diagram for Mercury.Exceptions.InvalidEdgeException:
Mercury.Exceptions.SyntaxException Mercury.Exceptions.MercuryException

Public Member Functions

 InvalidEdgeException (Edge edge)
 Initializes a new instance of the InvalidEdgeException 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...
 

Detailed Description

An exception thrown when attempting to create an invalid Mercury.Parser.Edge instance.

Definition at line 105 of file SyntaxExceptions.cs.

Constructor & Destructor Documentation

Mercury.Exceptions.InvalidEdgeException.InvalidEdgeException ( Edge  edge)

Initializes a new instance of the InvalidEdgeException class.

Parameters
edgeThe edge.

Definition at line 112 of file SyntaxExceptions.cs.


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