This class is also responsible for localizing any error codes before they are passed on to the configured error handler.
In the case of a Java compilation error, the compiler error message is parsed into an array of JavacErrorDetail instances, which is passed on to the configured error handler. @author Jan Luehe @author Kin-man Chung
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|