Class RichErrorMessageLoader
java.lang.Object
org.ek9lang.compiler.common.RichErrorMessageLoader
Loads rich error messages from individual .txt resource files listed in a manifest.
Each .txt file is named by error code (e.g., E01010.txt) and contains the message text
with structured sections like [DIAGNOSIS], [ACTION], [SEE ALSO].
This externalization allows researchers to create alternative message packs (studying how different error message styles affect AI behavior) without modifying Java code.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RichErrorMessageLoader
public RichErrorMessageLoader()
-
-
Method Details
-
loadAll
-