org.eclipse.emf.ecp.view.spi.provider.reporting
Class ViewProviderInitFailedReport

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

public class ViewProviderInitFailedReport
extends AbstractReport

Indicates that a ViewProvider could not be instantiated.

Since:
1.5
Author:
emueller

Constructor Summary
ViewProviderInitFailedReport(Throwable exception)
          Constructor.
 
Method Summary
 String getMessage()
          Returns the report message.
 
Methods inherited from class org.eclipse.emfforms.spi.common.report.AbstractReport
getException, getSeverity, hasException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewProviderInitFailedReport

public ViewProviderInitFailedReport(Throwable exception)
Constructor.

Parameters:
exception - an exception
Method Detail

getMessage

public String getMessage()
Returns the report message.

Overrides:
getMessage in class AbstractReport
Returns:
the report message
See Also:
AbstractReport.getMessage()


Copyright © 2015. All Rights Reserved.