Klasse InstallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.org.eclipse.jdt.internal.eval.InstallException
- Alle implementierten Schnittstellen:
Serializable
A
InstallException is thrown when installing class files on a target has failed
for any reason.- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs aInstallExceptionwith no detail message.Constructs aInstallExceptionwith the specified detail message. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
InstallException
public InstallException()Constructs aInstallExceptionwith no detail message. -
InstallException
Constructs aInstallExceptionwith the specified detail message.- Parameter:
s- the detail message.
-