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.headers
/
InvalidEscapeException
Invalid
Escape
Exception
class
InvalidEscapeException
(
val
invalidSequence
:
String
,
message
:
String
=
"Invalid header escape sequence '"
)
:
IllegalArgumentException
Members
Constructors
Invalid
Escape
Exception
Link copied to clipboard
constructor
(
invalidSequence
:
String
,
message
:
String
=
"Invalid header escape sequence '"
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
invalid
Sequence
Link copied to clipboard
val
invalidSequence
:
String
message
Link copied to clipboard
expect
open
val
message
:
String
?