![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
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) | |
An exception that indicates invalid source, which should be reported to the user.
This is an error, it should not be used for warnings.
| org.lflang.generator.InvalidLfSourceException.InvalidLfSourceException | ( | EObject | node, |
| String | problem ) |
| org.lflang.generator.InvalidLfSourceException.InvalidLfSourceException | ( | String | problem, |
| EObject | node ) |
| EObject org.lflang.generator.InvalidLfSourceException.getNode | ( | ) |
| String org.lflang.generator.InvalidLfSourceException.getProblem | ( | ) |