![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
This exception is thrown when a program fails a validity check performed by a code generator (and not the validator). More...
Inherits RuntimeException.
Public Member Functions | |
| InvalidSourceException (String message) | |
| Create a new instance of the exception with the given message. | |
This exception is thrown when a program fails a validity check performed by a code generator (and not the validator).
This should be thrown only when local control flow cannot recover, otherwise using GeneratorBase#messageReporter should be preferred, in order to collect more errors before failing.
| org.lflang.generator.InvalidSourceException.InvalidSourceException | ( | String | message | ) |
Create a new instance of the exception with the given message.