KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-epub
/
io.github.yuroyami.kitepdf.epub
/
EpubFormatException
Epub
Format
Exception
class
EpubFormatException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
KiteFormatException
Raised when bytes are not a readable EPUB: no container, no OPF, empty spine.
Members
Constructors
Epub
Format
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?