Package-level declarations

Types

Link copied to clipboard

Trckr library exception that can be thrown by TrckrBuilder.

Link copied to clipboard
class TrckrConversionException(eventName: String, parameterName: String, value: Any?) : TrckrException

Trckr library exception that can be thrown by tracker during conversion process.

Link copied to clipboard
abstract class TrckrException : Throwable

Base class for exceptions hierarchy in trckr library. All trckr exceptions are subtypes of this class.