Klasse InstallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.org.eclipse.jdt.internal.eval.InstallException
Alle implementierten Schnittstellen:
Serializable

public class InstallException extends Exception
A InstallException is thrown when installing class files on a target has failed for any reason.
Siehe auch:
  • Konstruktordetails

    • InstallException

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

      public InstallException(String s)
      Constructs a InstallException with the specified detail message.
      Parameter:
      s - the detail message.