TibiaKt
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.exceptions
/
TibiaKtException
Tibia
Kt
Exception
open
class
TibiaKtException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Exception
(
source
)
Base exception for all exceptions to the module.
Inheritors
ParsingException
Members
Constructors
Tibia
Kt
Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?