Package net.ssehub.easy.producer.eclipse
Class ExceptionStatus
- java.lang.Object
-
- org.eclipse.core.runtime.Status
-
- net.ssehub.easy.producer.eclipse.ExceptionStatus
-
- All Implemented Interfaces:
org.eclipse.core.runtime.IStatus
public class ExceptionStatus extends org.eclipse.core.runtime.StatusSubclass of Status for own EXCEPTION Status in eclipse logging.- Author:
- Sass
-
-
Field Summary
Fields Modifier and Type Field Description static intSEVERITY
-
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.
-
-
-
Field Detail
-
SEVERITY
public static final int SEVERITY
- See Also:
- Constant Field Values
-
-
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-inmessage- a human-readable message, localized to the current locale
-
-