package saker.sdk.support.api.exc
Contains exception classes related to SDKs.
saker.sdk.support 0.8.2
| SDKManagementException | Common superclass for SDK related exceptions. |
| SDKNameConflictException | There was a case-insensitive SDK name conflict for the given operation. |
| SDKNotFoundException | An SDK was not found in a given build environment. |
| SDKPathNotFoundException | An SDK path was not found for a given name in an SDK. |
| SDKPropertyNotFoundException | An SDK property was not found for a given name in an SDK. |
| SDKValueNotFoundException | Failed to derive some information based on the input SDKs. |