core
1.7.0
core
/
org.jetbrains.dokka.model.doc
/
Throws
Throws
data
class
Throws
(
val
root
:
DocTag
,
val
name
:
String
,
val
exceptionAddress
:
DRI
?
)
:
NamedTagWrapper
Content copied to clipboard
Constructors
Properties
Constructors
Throws
Link copied to clipboard
fun
Throws
(
root
:
DocTag
,
name
:
String
,
exceptionAddress
:
DRI
?
)
Content copied to clipboard
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
DocTag
>
Content copied to clipboard
exceptionAddress
Link copied to clipboard
val
exceptionAddress
:
DRI
?
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
root
Link copied to clipboard
open
override
val
root
:
DocTag
Content copied to clipboard