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

Exception signaling that the code generator does not support a particular feature of the source language. More...

Inherits org.lflang.generator.GenerationException.

Public Member Functions

EObject getLocation ()
 UnsupportedGeneratorFeatureException (EObject location, String feature)
 UnsupportedGeneratorFeatureException (String feature)

Detailed Description

Exception signaling that the code generator does not support a particular feature of the source language.

Constructor & Destructor Documentation

◆ UnsupportedGeneratorFeatureException() [1/2]

org.lflang.generator.UnsupportedGeneratorFeatureException.UnsupportedGeneratorFeatureException ( String feature)

◆ UnsupportedGeneratorFeatureException() [2/2]

org.lflang.generator.UnsupportedGeneratorFeatureException.UnsupportedGeneratorFeatureException ( EObject location,
String feature )

Member Function Documentation

◆ getLocation()

EObject org.lflang.generator.GenerationException.getLocation ( )
inherited

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/UnsupportedGeneratorFeatureException.java