org.eclipse.emf.ecp.view.spi.swt.reporting
Class AmbiguousRendererPriorityReport
java.lang.Object
org.eclipse.emfforms.spi.common.report.AbstractReport
org.eclipse.emf.ecp.view.spi.swt.reporting.AmbiguousRendererPriorityReport
public class AmbiguousRendererPriorityReport
- extends AbstractReport
An error that indicates that two renderers with the same priority have been found.
- Since:
- 1.5
- Author:
- emueller
AmbiguousRendererPriorityReport
public AmbiguousRendererPriorityReport(int priority,
String rendererName,
String otherRendererName)
- Constructor.
- Parameters:
priority
- the ambiguous priorityrendererName
- the name of the first rendererotherRendererName
- the name of the second renderer
Copyright © 2015. All Rights Reserved.