korlibs
Toggle table of contents
7.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.compression.lzo
/
LzoRawDecompressor
/
MalformedInputException
Malformed
Input
Exception
class
MalformedInputException
(
val
index
:
Int
,
message
:
String
=
"Malformed input exception at "
)
:
Exception
Members
Members & Extensions
Constructors
Malformed
Input
Exception
Link copied to clipboard
constructor
(
index
:
Int
,
message
:
String
=
"Malformed input exception at "
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
index
Link copied to clipboard
val
index
:
Int
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
print
Stack
Trace
With
Extra
Message
Link copied to clipboard
fun
Throwable
.
printStackTraceWithExtraMessage
(
msg
:
String
)