toggle menu
krossbow
common
switch theme
search in API
krossbow-stomp-core
/
org.hildan.krossbow.stomp.frame
/
InvalidStompCommandException
Invalid
Stomp
Command
Exception
class
InvalidStompCommandException
(
val
invalidText
:
String
)
:
Exception
(
source
)
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
open
val
cause
:
Throwable
?
invalid
Text
Link copied to clipboard
val
invalidText
:
String
message
Link copied to clipboard
open
val
message
:
String
?