org.eclipse.emf.ecp.view.spi.swt.reporting
Class AmbiguousRendererPriorityReport

java.lang.Object
  extended by org.eclipse.emfforms.spi.common.report.AbstractReport
      extended by 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

Constructor Summary
AmbiguousRendererPriorityReport(int priority, String rendererName, String otherRendererName)
          Constructor.
 
Method Summary
 
Methods inherited from class org.eclipse.emfforms.spi.common.report.AbstractReport
getException, getMessage, getSeverity, hasException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmbiguousRendererPriorityReport

public AmbiguousRendererPriorityReport(int priority,
                                       String rendererName,
                                       String otherRendererName)
Constructor.

Parameters:
priority - the ambiguous priority
rendererName - the name of the first renderer
otherRendererName - the name of the second renderer


Copyright © 2015. All Rights Reserved.