ResolveException

open class ResolveException : DefaultMultiCauseException(source)

A ResolveException is thrown when dependency resolution fails for some reason.

Constructors

Link copied to clipboard
constructor(resolveContext: String, cause: Throwable)
constructor(resolveContext: String, causes: Iterable<out Throwable>)

Properties

Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
open val message: String
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
Link copied to clipboard
open fun getCauses(): List<out Throwable>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun hasCause(type: Class<out Any>): Boolean
Link copied to clipboard
open fun initCause(throwable: Throwable): Throwable
Link copied to clipboard
open fun initCauses(causes: Iterable<out Throwable>)
Link copied to clipboard
open fun printStackTrace(printStream: PrintStream)
Link copied to clipboard
open fun toString(): String