ParseError

open class ParseError : Exception

An fatal error occurred when parsing XML data.

Author

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

Since

1.0

Constructors

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

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
log instance, errors logged with this logger will be intercepted by other class(-es) and can be reported back to the back-end or - if unexpected - will fail
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 = 1
Version ID of this class.
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
TAG as class name for logging
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()