Package com.xmlcalabash.exceptions
Class XProcError
-
- All Implemented Interfaces:
public class XProcError
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XProcError.Companion
-
Field Summary
Fields Modifier and Type Field Description private Location
_location
private final Location
location
private Throwable
_throwable
private final Throwable
throwable
private final Stack<ErrorStackFrame>
stackTrace
private final QName
code
private final Integer
variant
private final Location
inputLocation
private final Array<out Object>
details
public final static XProcError.Companion
Companion
-
Method Summary
Modifier and Type Method Description final Location
get_location()
final Unit
set_location(Location _location)
final Location
getLocation()
final Throwable
get_throwable()
final Unit
set_throwable(Throwable _throwable)
final Throwable
getThrowable()
final Stack<ErrorStackFrame>
getStackTrace()
final QName
getCode()
final Integer
getVariant()
final Location
getInputLocation()
final Array<out Object>
getDetails()
final XProcError
asStatic()
final XProcError
at(Location location)
final XProcError
at(Location saxonLocation)
final XProcError
at(XdmNode node)
final XProcError
at(XProcDocument doc)
final XProcError
updateAt(QName type, String name)
final XProcError
updateAt(ErrorStackFrame frame)
final XProcError
updateAt(Location location)
final XProcError
with(QName newCode)
final XProcError
with(Throwable cause)
final XProcException
exception()
final XProcException
exception(Throwable cause)
String
toString()
-
-
Method Detail
-
get_location
final Location get_location()
-
set_location
final Unit set_location(Location _location)
-
getLocation
final Location getLocation()
-
get_throwable
final Throwable get_throwable()
-
set_throwable
final Unit set_throwable(Throwable _throwable)
-
getThrowable
final Throwable getThrowable()
-
getStackTrace
final Stack<ErrorStackFrame> getStackTrace()
-
getCode
final QName getCode()
-
getVariant
final Integer getVariant()
-
getInputLocation
final Location getInputLocation()
-
getDetails
final Array<out Object> getDetails()
-
asStatic
final XProcError asStatic()
-
at
final XProcError at(Location location)
-
at
final XProcError at(Location saxonLocation)
-
at
final XProcError at(XdmNode node)
-
at
final XProcError at(XProcDocument doc)
-
updateAt
final XProcError updateAt(QName type, String name)
-
updateAt
final XProcError updateAt(ErrorStackFrame frame)
-
updateAt
final XProcError updateAt(Location location)
-
with
final XProcError with(QName newCode)
-
with
final XProcError with(Throwable cause)
-
exception
final XProcException exception()
-
exception
final XProcException exception(Throwable cause)
-
-
-
-