forked from jasder/antlr
refine error type
This commit is contained in:
parent
1f8c124fa7
commit
9b76e6423c
|
@ -461,7 +461,7 @@ public abstract class Target {
|
|||
result = new STGroupFile(groupFileName);
|
||||
}
|
||||
catch (IllegalArgumentException iae) {
|
||||
gen.tool.errMgr.toolError(ErrorType.CANNOT_CREATE_TARGET_GENERATOR,
|
||||
gen.tool.errMgr.toolError(ErrorType.MISSING_CODE_GEN_TEMPLATES,
|
||||
iae,
|
||||
language);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue