Class StatusReport


  • public class StatusReport
    extends AbstractReport
    A Status that may be passed to the report service.
    Since:
    1.5
    Author:
    emueller
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusReport​(org.eclipse.core.runtime.Status status)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getException()
      Returns the exception this report is based on, if any.
      java.lang.String getMessage()
      Returns the report message.
      int getSeverity()
      Returns the status of this report.
      boolean hasException()
      Whether this report is based upon an exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait