java.lang.Object
org.eclipse.core.runtime.Status
org.aspectj.org.eclipse.jdt.internal.core.nd.db.DBStatus
All Implemented Interfaces:
org.eclipse.core.runtime.IStatus

public class DBStatus extends org.eclipse.core.runtime.Status
  • Field Summary

    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
    DBStatus​(IOException exception)
     
    DBStatus​(String msg)
     
  • 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 Details

    • DBStatus

      public DBStatus(IOException exception)
      Parameters:
      exception -
    • DBStatus

      public DBStatus(String msg)