index
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
index
index
/
org.fdroid.index.v1
/
OldIndexException
Old
Index
Exception
android
class
OldIndexException
(
val
isSameTimestamp
:
Boolean
,
msg
:
String
)
:
Exception
Members
Constructors
Old
Index
Exception
Link copied to clipboard
android
constructor
(
isSameTimestamp
:
Boolean
,
msg
:
String
)
Properties
cause
Link copied to clipboard
android
open
val
cause
:
Throwable
?
is
Same
Timestamp
Link copied to clipboard
android
val
isSameTimestamp
:
Boolean
localized
Message
Link copied to clipboard
android
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
android
open
val
message
:
String
?
stack
Trace
Link copied to clipboard
android
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
android
val
suppressed
:
Array
<
out
Throwable
?
>
?