Uses of Class
org.eclipse.birt.report.model.api.ModelException
Packages that use ModelException
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Manages the low-level undoable operations and event
notifications.
Provides events when some command operations modify the state of the
Design Engine.
Constants definition for the pre-defined choices and report elements and items.
Defines the fundamental interfaces for those extensions from the
reportitem extension point.
Defines the elements, properties, types, structures and slots
in the Report Object Model.
-
Uses of ModelException in org.eclipse.birt.report.model.api
Subclasses of ModelException in org.eclipse.birt.report.model.apiModifier and TypeClassDescriptionclass
Signals that a fatal error occurred when opening a design file. -
Uses of ModelException in org.eclipse.birt.report.model.api.activity
Subclasses of ModelException in org.eclipse.birt.report.model.api.activityModifier and TypeClassDescriptionclass
Represents exceptions encountered during parsing the xml file, it will include a reference to the element which causes the error. -
Uses of ModelException in org.eclipse.birt.report.model.api.command
Subclasses of ModelException in org.eclipse.birt.report.model.api.commandModifier and TypeClassDescriptionclass
An error indicates circular extension while setting the extends property of an element.class
Reports an error during a container operation.class
Included css style sheet exceptionclass
Reports an error during a user-defined message operation.class
Indicates an error when setting the name of an element.class
Indicates an error while setting the extends property of an element.class
An error indicates not supported extension while setting the extends property of an element.class
An error indicates invalid parent while setting the extends property of an element.class
Indicates an error while operating with library.class
Indicates an error when setting the name of an element.class
Exception thrown when a property name is invalid.class
Indicates an error while setting the style of an element.class
Reports an error during a template related operation.class
Indicates an error while setting the style of an element.class
Reports an error during a user property operation.class
An error indicates wrong type while setting the extends property of an element.Constructors in org.eclipse.birt.report.model.api.command with parameters of type ModelExceptionModifierConstructorDescriptionUserPropertyException
(org.eclipse.birt.report.model.core.DesignElement obj, String name, String errCode, ModelException cause, String[] args) Constructor. -
Uses of ModelException in org.eclipse.birt.report.model.api.css
Subclasses of ModelException in org.eclipse.birt.report.model.api.cssModifier and TypeClassDescriptionclass
Exception thrown if an error occurs when reading an external style sheet.class
Exception thrown if an error occurs when translating an external style sheet to our ownCssStyleSheet
. -
Uses of ModelException in org.eclipse.birt.report.model.api.elements
Subclasses of ModelException in org.eclipse.birt.report.model.api.elementsModifier and TypeClassDescriptionclass
The class provides the error code and the element with semantic error. -
Uses of ModelException in org.eclipse.birt.report.model.api.extension
Subclasses of ModelException in org.eclipse.birt.report.model.api.extensionModifier and TypeClassDescriptionclass
Base class for all peer-provided exceptions. -
Uses of ModelException in org.eclipse.birt.report.model.api.metadata
Subclasses of ModelException in org.eclipse.birt.report.model.api.metadataModifier and TypeClassDescriptionclass
Exception thrown if an error occurs when reading the meta-data description file or the building the meta-data description.class
Indicates an invalid property value.class
Indicates an invalid validation value.