Uses of Class
org.eclipse.birt.report.model.api.ErrorDetail
Packages that use ErrorDetail
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of ErrorDetail in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return types with arguments of type ErrorDetailModifier and TypeMethodDescriptionstatic List<ErrorDetail>
ErrorDetail.convertExceptionList
(List<Exception> exceptionList) Converts the exception list to the error detail list.DesignFileException.getErrorList()
Returns the error list.static List<ErrorDetail>
ErrorDetail.getSemanticErrors
(List<ErrorDetail> errors, String errorType) Returns a list containing the semantic errors with the given error type.Method parameters in org.eclipse.birt.report.model.api with type arguments of type ErrorDetailModifier and TypeMethodDescriptionstatic List<ErrorDetail>
ErrorDetail.getSemanticErrors
(List<ErrorDetail> errors, String errorType) Returns a list containing the semantic errors with the given error type.