quarkdown
Toggle table of contents
2.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-cli
/
com.quarkdown.cli.exec
/
ExecutionTimeoutException
Execution
Timeout
Exception
class
ExecutionTimeoutException
(
val
timeoutSeconds
:
Int
)
:
RuntimeException
Thrown when the execution exceeds the allowed
timeoutSeconds
.
Members
Constructors
Execution
Timeout
Exception
Link copied to clipboard
constructor
(
timeoutSeconds
:
Int
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
timeout
Seconds
Link copied to clipboard
val
timeoutSeconds
:
Int