org.eclipse.jdt.internal.eval
Class InstallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jdt.internal.eval.InstallException
All Implemented Interfaces:
java.io.Serializable

public class InstallException
extends java.lang.Exception

A InstallException is thrown when installing class files on a target has failed for any reason.

See Also:
Serialized Form

Constructor Summary
InstallException()
          Constructs a InstallException with no detail message.
InstallException(java.lang.String s)
          Constructs a InstallException with the specified detail message.
 
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
 

Constructor Detail

InstallException

public InstallException()
Constructs a InstallException with no detail message.


InstallException

public InstallException(java.lang.String s)
Constructs a InstallException with the specified detail message.

Parameters:
s - the detail message.