AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
aud.example.expr.SyntaxError Class Reference

signals syntax error during parsing a term More...

+ Inheritance diagram for aud.example.expr.SyntaxError:
+ Collaboration diagram for aud.example.expr.SyntaxError:

Public Member Functions

 SyntaxError (String message)
 

Detailed Description

signals syntax error during parsing a term

See also
ExpressionParser

Definition at line 7 of file SyntaxError.java.

Constructor & Destructor Documentation

◆ SyntaxError()

Definition at line 8 of file SyntaxError.java.

8 {
9 super("syntax error: "+message);
10 }

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