ParsingException

open class ParsingException(message: String? = null, cause: Throwable? = null) : TibiaKtException(source)

Exception thrown when parsing failed.

Parsing might fail when the wrong com.galarzaa.tibiakt.core.parsers.Parser was used for a specific HTML content. Alternatively, it might fail when Tibia.com changes its HTML structure.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Properties

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