org.eclipse.cdt.managedbuilder.core
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cdt.managedbuilder.core.BuildException
All Implemented Interfaces:
java.io.Serializable

public class BuildException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int BUILD_FAILED
           
 
Constructor Summary
BuildException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BUILD_FAILED

public static final int BUILD_FAILED
See Also:
Constant Field Values
Constructor Detail

BuildException

public BuildException(java.lang.String msg)