emulinker
Toggle table of contents
1.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
emulinker
emulinker
/
org.emulinker.kaillera.model.exception
/
GameDataException
Game
Data
Exception
class
GameDataException
:
ActionException
Members
Constructors
Game
Data
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
data
:
ByteBuf
,
actionsPerMessage
:
Int
,
playerNumber
:
Int
,
numPlayers
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
response
Link copied to clipboard
var
response
:
ByteBuf
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?