Class InstallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.org.eclipse.jdt.internal.eval.InstallException
- All Implemented Interfaces:
Serializable
A
InstallException is thrown when installing class files on a target has failed
for any reason.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aInstallExceptionwith no detail message.Constructs aInstallExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstallException
public InstallException()Constructs aInstallExceptionwith no detail message. -
InstallException
Constructs aInstallExceptionwith the specified detail message.- Parameters:
s- the detail message.
-