Class ExceptionStatus

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IStatus

    public class ExceptionStatus
    extends org.eclipse.core.runtime.Status
    Subclass of Status for own EXCEPTION Status in eclipse logging.
    Author:
    Sass
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SEVERITY  
      • Fields inherited from class org.eclipse.core.runtime.Status

        CANCEL_STATUS, OK_STATUS
      • Fields inherited from interface org.eclipse.core.runtime.IStatus

        CANCEL, ERROR, INFO, OK, WARNING
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionStatus​(java.lang.String pluginId, java.lang.String message)
      Simplified constructor of a new status object; assumes that code is OK and exception is null.
    • Method Summary

      • Methods inherited from class org.eclipse.core.runtime.Status

        getChildren, getCode, getException, getMessage, getPlugin, getSeverity, isMultiStatus, isOK, matches, setCode, setException, setMessage, setPlugin, setSeverity, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExceptionStatus

        public ExceptionStatus​(java.lang.String pluginId,
                               java.lang.String message)
        Simplified constructor of a new status object; assumes that code is OK and exception is null. The created status has no children.
        Parameters:
        pluginId - the unique identifier of the relevant plug-in
        message - a human-readable message, localized to the current locale