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

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

public class CustomControlInitFailedReport
extends AbstractReport

Indicates that the initialization of a custom control failed.

Since:
1.5
Author:
emueller

Constructor Summary
CustomControlInitFailedReport(String bundleName, String customControlClassName)
          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

CustomControlInitFailedReport

public CustomControlInitFailedReport(String bundleName,
                                     String customControlClassName)
Constructor.

Parameters:
bundleName - the name of the bundle containing the custom control
customControlClassName - the name of the class for the custom control


Copyright © 2015. All Rights Reserved.