Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ErrorDetail> |
ErrorDetail.convertExceptionList(java.util.List<java.lang.Exception> exceptionList)
Converts the exception list to the error detail list.
|
java.util.List<ErrorDetail> |
DesignFileException.getErrorList()
Returns the error list.
|
static java.util.List<ErrorDetail> |
ErrorDetail.getSemanticErrors(java.util.List<ErrorDetail> errors,
java.lang.String errorType)
Returns a list containing the semantic errors with the given error type.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ErrorDetail> |
ErrorDetail.getSemanticErrors(java.util.List<ErrorDetail> errors,
java.lang.String errorType)
Returns a list containing the semantic errors with the given error type.
|
Copyright © 2008 Actuate Corp. All rights reserved.