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
open val customHeader: String?
Link copied to clipboard
open override val jupyterException: Throwable
Link copied to clipboard
open val message: String?
Link copied to clipboard
open override val traceback: List<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
Link copied to clipboard
open override fun render(): String
Link copied to clipboard