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

java.lang.Object
  extended by org.eclipse.emfforms.spi.common.report.AbstractReport
      extended by org.eclipse.emf.ecp.view.spi.swt.reporting.RendererInitFailedReport

public class RendererInitFailedReport
extends AbstractReport

An error report that indicates that an renderer failed during its initialization.

Since:
1.5
Author:
emueller

Constructor Summary
RendererInitFailedReport(Throwable exception)
          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

RendererInitFailedReport

public RendererInitFailedReport(Throwable exception)
Constructor.

Parameters:
exception - the underlying exception


Copyright © 2015. All Rights Reserved.