Readium
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util
/
ErrorException
Error
Exception
class
ErrorException
(
val
error
:
Error
)
:
Exception
A throwable caused by an
Error
.
Members
Constructors
Error
Exception
Link copied to clipboard
constructor
(
error
:
Error
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
Error
message
Link copied to clipboard
open
val
message
:
String
?