StacksRaisesTag

class StacksRaisesTag(exceptionName: QuotedStacksToken, exceptionDescription: StacksDescription) : StacksTag

The "@raises" tag in an Avail comment indicates an exception that is thrown by the method.

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun StacksRaisesTag(exceptionName: QuotedStacksToken, exceptionDescription: StacksDescription)

Functions

Link copied to clipboard
fun exceptionDescription(): StacksDescription
Link copied to clipboard
fun exceptionName(): QuotedStacksToken
Link copied to clipboard
open override fun toJSON(    linkingFileMap: LinkingFileMap,     hashID: Int,     errorLog: StacksErrorLog,     position: Int,     jsonWriter: JSONWriter)

Create JSON content from implementation.