kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.exceptions
/
ReplPreprocessingException
Repl
Preprocessing
Exception
open
class
ReplPreprocessingException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ReplException
Inheritors
UnhandledMagicException
Members
Members & Extensions
Constructors
Repl
Preprocessing
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
custom
Header
Link copied to clipboard
open
val
customHeader
:
String
?
jupyter
Exception
Link copied to clipboard
open
val
jupyterException
:
Throwable
message
Link copied to clipboard
open
val
message
:
String
?
traceback
Link copied to clipboard
open
val
traceback
:
List
<
String
>
Functions
causes
Sequence
Link copied to clipboard
fun
Throwable
.
causesSequence
(
)
:
Sequence
<
Throwable
>
get
Additional
Info
Json
Link copied to clipboard
open
fun
getAdditionalInfoJson
(
)
:
JsonObject
?
get
Causes
Link copied to clipboard
fun
Throwable
.
getCauses
(
)
:
List
<
Throwable
>
Returns a list of all the causes of a throwable.
is
Interrupted
Exception
Link copied to clipboard
fun
Throwable
.
isInterruptedException
(
)
:
Boolean
render
Link copied to clipboard
open
fun
render
(
)
:
String
?
throw
As
Library
Exception
Link copied to clipboard
fun
Throwable
.
throwAsLibraryException
(
part
:
LibraryProblemPart
)
:
Nothing
to
Error
Jupyter
Response
Link copied to clipboard
fun
Throwable
.
toErrorJupyterResponse
(
metadata
:
EvaluatedSnippetMetadata
?
=
null
)
:
JupyterResponse
to
Execute
Error
Reply
Link copied to clipboard
fun
ReplException
.
toExecuteErrorReply
(
executionCount
:
ExecutionCount
)
:
ExecuteErrorReply