yieldprobe / com.yieldlab.yieldprobe.exception

Package com.yieldlab.yieldprobe.exception

Exceptions

ExceptionLowAPILevel

Exception for too low API level for using the SDK function. Used if CompletableFutures are not supported.

class ExceptionLowAPILevel : ExceptionYieldprobe

ExceptionMaxAdSlots

Exception for too many adslots provided to API.

class ExceptionMaxAdSlots : ExceptionYieldprobe

ExceptionMinAdSlots

Exception for too few adslots provided to API.

class ExceptionMinAdSlots : ExceptionYieldprobe

ExceptionNetwork

Exception for network error events.

class ExceptionNetwork : ExceptionYieldprobe

ExceptionNetworkResponseParsing

Exception for error while parsing response body.

class ExceptionNetworkResponseParsing : ExceptionYieldprobe

ExceptionNoGooglePlayServices

Exception for no Google Play Services available.

class ExceptionNoGooglePlayServices : ExceptionYieldprobe

ExceptionSDKAlreadyInitialized

Exception for SDK already initialized.

class ExceptionSDKAlreadyInitialized : ExceptionYieldprobe

ExceptionSDKNotInitialized

Exception for SDK not initialized.

class ExceptionSDKNotInitialized : ExceptionYieldprobe

ExceptionYieldprobe

Base class for all Exception thrown by SDK.

abstract class ExceptionYieldprobe : Exception