krossbow-stomp-core
4.3.0
common
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
.
Constructors
Properties
Constructors
Invalid
Stomp
Command
Exception
Link copied to clipboard
fun
InvalidStompCommandException
(
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
?