ReplUnwrappedExceptionImpl
open class ReplUnwrappedExceptionImpl(message: String, cause: Throwable? = null) : ReplMessageOnlyException, ReplUnwrappedException
Basic implementation of ReplUnwrappedException
Properties
Link copied to clipboard
If this exception is a cause of runtime failure, this header will be specified after the exception traceback, if not null. If null, the default header will be specified, which is "
Link copied to clipboard
Type (in JVM sense) and message of this exception that will end up as ename
and evalue
in the Jupyter error reply message