Package-level declarations
Types
Link copied to clipboard
Base class for all kinds of exceptions that may happen in REPL
Link copied to clipboard
interface ReplExceptionCause
Exceptions may implement this interface to add the cause while rendered by ReplException
Link copied to clipboard
The kind of exception that renders only its message, no stacktrace or cause
Link copied to clipboard
interface ReplUnwrappedException
This exception will never be wrapped into another ReplException
Link copied to clipboard
open class ReplUnwrappedExceptionImpl(message: String, cause: Throwable? = null) : ReplMessageOnlyException, ReplUnwrappedException
Basic implementation of ReplUnwrappedException