Class LicenceNotAcceptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.android.builder.sdk.LicenceNotAcceptedException
All Implemented Interfaces:
Serializable

public final class LicenceNotAcceptedException extends Exception
Exception thrown when an SDK component cannot be installed as the licence was not accepted.
See Also:
  • Constructor Details

    • LicenceNotAcceptedException

      public LicenceNotAcceptedException(@NonNull Path sdkLocation, @NonNull List<com.android.repository.api.RemotePackage> affectedPackages)
  • Method Details

    • getAffectedPackages

      public List<com.android.repository.api.RemotePackage> getAffectedPackages()