toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.exceptions
/
XProcError
XProc
Error
open
class
XProcError
(
val
code
:
QName
,
val
variant
:
Int
,
errorLocation
:
Location
,
val
inputLocation
:
Location
,
val
details
:
Any
)
(
source
)
Inheritors
XProcUserError
Members
Constructors
XProc
Error
Link copied to clipboard
protected
constructor
(
code
:
QName
,
variant
:
Int
,
errorLocation
:
Location
,
inputLocation
:
Location
,
vararg
details
:
Any
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
_location
Link copied to clipboard
var
_location
:
Location
_throwable
Link copied to clipboard
var
_throwable
:
Throwable
?
code
Link copied to clipboard
val
code
:
QName
details
Link copied to clipboard
val
details
:
Array
<
out
Any
>
input
Location
Link copied to clipboard
val
inputLocation
:
Location
location
Link copied to clipboard
val
location
:
Location
more
Details
Link copied to clipboard
val
moreDetails
:
List
<
String
>
stack
Trace
Link copied to clipboard
val
stackTrace
:
Stack
<
ErrorStackFrame
>
throwable
Link copied to clipboard
val
throwable
:
Throwable
?
variant
Link copied to clipboard
val
variant
:
Int
Functions
as
Static
Link copied to clipboard
fun
asStatic
(
)
:
XProcError
at
Link copied to clipboard
fun
at
(
location
:
Location
)
:
XProcError
fun
at
(
doc
:
XProcDocument
)
:
XProcError
fun
at
(
saxonLocation
:
Location
?
)
:
XProcError
fun
at
(
node
:
XdmNode
)
:
XProcError
exception
Link copied to clipboard
fun
exception
(
)
:
XProcException
fun
exception
(
cause
:
Throwable
)
:
XProcException
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
update
At
Link copied to clipboard
fun
updateAt
(
location
:
Location
)
:
XProcError
fun
updateAt
(
frame
:
ErrorStackFrame
)
:
XProcError
fun
updateAt
(
type
:
QName
,
name
:
String
)
:
XProcError
with
Link copied to clipboard
fun
with
(
cause
:
Throwable
)
:
XProcError
fun
with
(
newCode
:
QName
)
:
XProcError