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

An exception that occurred during code generation. More...

Inherits RuntimeException.

Inherited by org.lflang.generator.UnsupportedGeneratorFeatureException.

Public Member Functions

 GenerationException (EObject location, String message)
 GenerationException (EObject location, String message, Throwable cause)
 GenerationException (String message)
 GenerationException (String message, Throwable cause)
 GenerationException (Throwable cause)
EObject getLocation ()

Detailed Description

An exception that occurred during code generation.

May also wrap another exception.

Constructor & Destructor Documentation

◆ 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)

Member Function Documentation

◆ 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