GraderException
Exception which serves as the basis for all custom exceptions thrown by the Grader.
Parameters
message
Exception message.
cause
Cause of the exception, if any.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Recursively collects the causes of this exception, with the direct cause of this
exception appearing first.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts this into a ThrowableSummary
Link copied to clipboard
Converts this
into a ContextedException with context attached.
inline fun RuntimeException.withContext(vararg context: Pair<String?, Any?>): ContextedRuntimeException
Converts this exception into a ContextedRuntimeException with context attached.