CompositeReplException

class CompositeReplException(exceptions: Collection<Throwable>, libraryProblemPart: LibraryProblemPart?) : ReplException

Constructors

Link copied to clipboard
constructor(exceptions: Collection<Throwable>, libraryProblemPart: LibraryProblemPart?)

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
fun contains(predicate: (Throwable) -> Boolean): Boolean

Returns true if any of the exceptions in the composite exception match the specified predicate.

Link copied to clipboard
Link copied to clipboard
open fun getAdditionalInfoJson(): JsonObject?
Link copied to clipboard

Returns a list of the causes of the exceptions in the composite exception.

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
open override fun printStackTrace()
open override fun printStackTrace(pw: PrintWriter)
Link copied to clipboard
open fun render(): String?
Link copied to clipboard
Link copied to clipboard