renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.kotlin
/
CSUnsupportedException
CSUnsupported
Exception
class
CSUnsupportedException
(
message
:
String
?
=
""
)
:
CSException
Members
Members & Extensions
Constructors
CSUnsupported
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
""
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
as
Trace
String
Link copied to clipboard
val
Throwable
?
.
asTraceString
:
String
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
root
Cause
Link copied to clipboard
val
Throwable
.
rootCause
:
Throwable
?
root
Cause
Message
Link copied to clipboard
val
Throwable
.
rootCauseMessage
:
String
?
Functions
find
Cause
Link copied to clipboard
fun
Throwable
.
findCause
(
predicate
:
(
Throwable
)
->
Boolean
)
:
Boolean
to
Short
String
Link copied to clipboard
fun
Throwable
.
toShortString
(
skip
:
Int
=
0
,
length
:
Int
=
5
)
:
String