Uses of Class
org.eclipse.birt.report.model.api.ErrorDetail
-
Packages that use ErrorDetail Package Description org.eclipse.birt.report.model.api 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 ErrorDetail Modifier and Type Method 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.Method parameters in org.eclipse.birt.report.model.api with type arguments of type ErrorDetail Modifier and Type Method 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.
-