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

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

public class RenderingFailedReport
extends AbstractReport

Indicates that rendering is not possible due to an exception.

Since:
1.5
Author:
emueller

Constructor Summary
RenderingFailedReport(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

RenderingFailedReport

public RenderingFailedReport(Throwable exception)
Constructor.

Parameters:
exception - the underlying exception


Copyright © 2015. All Rights Reserved.