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 customHeader: String?
Link copied to clipboard
Link copied to clipboard
open val message: String?
Link copied to clipboard
open val traceback: List<String>

Functions

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
open fun render(): String?