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