BCDError

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Constructors

Link copied to clipboard
constructor()
constructor(Message: String)
Exception with message of this error
constructor(Message: String, Cause: Throwable)
Exception with message and cause of this BCDError
constructor(Cause: Throwable)
Exception with cause of this BCDError

Properties

Link copied to clipboard
private open var backtrace: Any
Link copied to clipboard
open val cause: Throwable
Link copied to clipboard
private val CAUSE_CAPTION: String = "Caused by: "
Link copied to clipboard
private open var depth: Int
Link copied to clipboard
private open var detailMessage: String
Link copied to clipboard
Link copied to clipboard
private val Logger: Logger
Class logger instance.
Link copied to clipboard
private val NULL_CAUSE_MESSAGE: String = "Cannot suppress a null exception."
Link copied to clipboard
private val SELF_SUPPRESSION_MESSAGE: String = "Self-suppression not permitted"
Link copied to clipboard
val serialVersionUID: Long = -3387516993124229948
private val serialVersionUID: Long = 5
Link copied to clipboard
Link copied to clipboard
private val SUPPRESSED_CAPTION: String = "Suppressed: "
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private val TAG: String
Class logger tag.
Link copied to clipboard

Functions

Link copied to clipboard
fun addSuppressed(exception: Throwable)
Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
Link copied to clipboard
open fun getMessage(): String
Link copied to clipboard
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun initCause(cause: Throwable): Throwable
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun printStackTrace()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
fun wait()