Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ErrorStackFrame(val stepType: QName, val stepName: String)
Link copied to clipboard
open class XProcError(val code: QName, val variant: Int, errorLocation: Location, val inputLocation: Location, val details: Any)
Link copied to clipboard
class XProcException(val error: XProcError, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
class XProcUserError(val code: QName, location: Location, val inputLocation: Location, documents: XProcDocument) : XProcError