Package | Description |
---|---|
org.mvel2 |
Modifier and Type | Method and Description |
---|---|
List<ErrorDetail> |
ParserContext.getErrorList() |
List<ErrorDetail> |
CompileException.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.addError(ErrorDetail errorDetail) |
Modifier and Type | Method and Description |
---|---|
void |
ParserContext.setErrorList(List<ErrorDetail> errorList) |
void |
CompileException.setErrors(List<ErrorDetail> errors) |
Constructor and Description |
---|
CompileException(String message,
List<ErrorDetail> errors) |
Copyright © 2013. All Rights Reserved.