Types

Link copied to clipboard
class ConfigurationException(message: String? = null, cause: Throwable? = null) : SudoAdTrackerBlockerException

A configuration item that is needed is missing

Link copied to clipboard
class DataFormatException(message: String? = null, cause: Throwable? = null) : SudoAdTrackerBlockerException
Link copied to clipboard
class FailedException(message: String? = null, cause: Throwable? = null) : SudoAdTrackerBlockerException
Link copied to clipboard
Link copied to clipboard
class NoSuchRulesetException(message: String? = null, cause: Throwable? = null) : SudoAdTrackerBlockerException
Link copied to clipboard
Link copied to clipboard
class UrlFormatException(message: String? = null, cause: Throwable? = null) : SudoAdTrackerBlockerException

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?