lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.generator.InvalidLfSourceException Class Reference

An exception that indicates invalid source, which should be reported to the user. More...

Inherits RuntimeException.

Public Member Functions

EObject getNode ()
String getProblem ()
 InvalidLfSourceException (EObject node, String problem)
 InvalidLfSourceException (String problem, EObject node)

Detailed Description

An exception that indicates invalid source, which should be reported to the user.

This is an error, it should not be used for warnings.

Author
Clément Fournier

Constructor & Destructor Documentation

◆ InvalidLfSourceException() [1/2]

org.lflang.generator.InvalidLfSourceException.InvalidLfSourceException ( EObject node,
String problem )

◆ InvalidLfSourceException() [2/2]

org.lflang.generator.InvalidLfSourceException.InvalidLfSourceException ( String problem,
EObject node )

Member Function Documentation

◆ getNode()

EObject org.lflang.generator.InvalidLfSourceException.getNode ( )

◆ getProblem()

String org.lflang.generator.InvalidLfSourceException.getProblem ( )

The documentation for this class was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/generator/InvalidLfSourceException.java