org.eclipse.cdt.managedbuilder.internal.buildmodel
Class BuildMultiStatus

java.lang.Object
  extended by org.eclipse.core.runtime.Status
      extended by org.eclipse.core.runtime.MultiStatus
          extended by org.eclipse.cdt.managedbuilder.internal.buildmodel.BuildMultiStatus
All Implemented Interfaces:
org.eclipse.core.runtime.IStatus

public class BuildMultiStatus
extends org.eclipse.core.runtime.MultiStatus


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
BuildMultiStatus(java.lang.String message, java.lang.Throwable exception)
           
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.MultiStatus
add, addAll, getChildren, isMultiStatus, merge, toString
 
Methods inherited from class org.eclipse.core.runtime.Status
getCode, getException, getMessage, getPlugin, getSeverity, isOK, matches
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildMultiStatus

public BuildMultiStatus(java.lang.String message,
                        java.lang.Throwable exception)