com.android.ide.common.process
Class ProcessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.android.ide.common.process.ProcessException
All Implemented Interfaces:
java.io.Serializable

public class ProcessException
extends java.lang.Exception

An exception thrown when running an external process.

See Also:
Serialized Form

Constructor Summary
ProcessException(java.lang.String message)
           
ProcessException(java.lang.String message, java.lang.Throwable throwable)
           
ProcessException(java.lang.Throwable throwable)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessException

public ProcessException(java.lang.Throwable throwable)

ProcessException

public ProcessException(java.lang.String message,
                        java.lang.Throwable throwable)

ProcessException

public ProcessException(java.lang.String message)