awesn1
Toggle table of contents
0.1.1
androidJvm
common
nonJvm
Target filter
androidJvm
common
nonJvm
Switch theme
Search in API
Skip to content
awesn1
core
/
at.asitplus.awesn1
/
Asn1Exception
Asn1Exception
open
class
Asn1Exception
(
message
:
String
?
,
cause
:
Throwable
?
)
:
Throwable
(
source
)
Inheritors
Asn1TagMismatchException
Asn1StructuralException
Asn1OidException
Members
Members & Extensions
Constructors
Asn1Exception
Link copied to clipboard
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
message
:
String
)
constructor
(
throwable
:
Throwable
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
Functions
safe
Throw
Link copied to clipboard
androidJvm
common
nonJvm
actual
inline
fun
Throwable
.
safeThrow
(
)
:
Throwable
expect
inline
fun
Throwable
.
safeThrow
(
)
:
Throwable
actual
inline
fun
Throwable
.
safeThrow
(
)
:
Throwable