krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-stomp-core
/
org.hildan.krossbow.stomp.frame
/
InvalidStompCommandException
Invalid
Stomp
Command
Exception
class
InvalidStompCommandException
(
val
invalidText
:
String
)
:
Exception
Exception thrown when some text could not be parsed as a
StompCommand
.
Members
Constructors
Invalid
Stomp
Command
Exception
Link copied to clipboard
constructor
(
invalidText
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
invalid
Text
Link copied to clipboard
val
invalidText
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?