ReplPreprocessingException

open class ReplPreprocessingException(message: String, cause: Throwable? = null) : ReplException

Inheritors

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
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 fun render(): String?
Link copied to clipboard
Link copied to clipboard