core
Toggle table of contents
0.1.1
androidJvm
common
nonJvm
Target filter
androidJvm
common
nonJvm
Switch theme
Search in API
Skip to content
core
core
/
at.asitplus.awesn1
/
Asn1TagMismatchException
Asn1Tag
Mismatch
Exception
class
Asn1TagMismatchException
(
val
expected
:
Asn1Element.Tag
,
val
actual
:
Asn1Element.Tag
,
detailedMessage
:
String
?
=
null
)
:
Asn1Exception
(
source
)
Members
Members & Extensions
Constructors
Asn1Tag
Mismatch
Exception
Link copied to clipboard
constructor
(
expected
:
Asn1Element.Tag
,
actual
:
Asn1Element.Tag
,
detailedMessage
:
String
?
=
null
)
Properties
actual
Link copied to clipboard
val
actual
:
Asn1Element.Tag
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
expected
Link copied to clipboard
val
expected
:
Asn1Element.Tag
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