An exception that occurred during code generation.
More...
Inherits RuntimeException.
Inherited by org.lflang.generator.UnsupportedGeneratorFeatureException.
An exception that occurred during code generation.
May also wrap another exception.
◆ GenerationException() [1/5]
| org.lflang.generator.GenerationException.GenerationException |
( |
String | message | ) |
|
◆ GenerationException() [2/5]
| org.lflang.generator.GenerationException.GenerationException |
( |
EObject | location, |
|
|
String | message ) |
◆ GenerationException() [3/5]
| org.lflang.generator.GenerationException.GenerationException |
( |
String | message, |
|
|
Throwable | cause ) |
◆ GenerationException() [4/5]
| org.lflang.generator.GenerationException.GenerationException |
( |
EObject | location, |
|
|
String | message, |
|
|
Throwable | cause ) |
◆ GenerationException() [5/5]
| org.lflang.generator.GenerationException.GenerationException |
( |
Throwable | cause | ) |
|
◆ getLocation()
| EObject org.lflang.generator.GenerationException.getLocation |
( |
| ) |
|
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/GenerationException.java