ReplEvalRuntimeException

class ReplEvalRuntimeException(fileExtension: String, scriptFqnToJupyterExecutionCount: Map<String, CellErrorMetaData>, message: String, cause: Throwable? = null) : ReplException

Thrown if the user's REPL code threw an exception at runtime.

Constructors

Link copied to clipboard
constructor(fileExtension: String, scriptFqnToJupyterExecutionCount: Map<String, CellErrorMetaData>, message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getAdditionalInfoJson(): JsonObject?
Link copied to clipboard

Returns a list of all the causes of a throwable.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Throwable.messageAndStackTrace(withMessage: Boolean = true): String
Link copied to clipboard
Link copied to clipboard
open override fun render(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

For errors in the user's REPL code, return a reply that includes the location in the user's code if it is available.