Package com.xmlcalabash.exceptions
Class XProcUserError
-
- All Implemented Interfaces:
public final class XProcUserError extends XProcError
-
-
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
-
Constructor Summary
Constructors Constructor Description XProcUserError(QName code, Location location, Location inputLocation, XProcDocument documents)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.xmlcalabash.exceptions.XProcError
asStatic, at, at, at, at, exception, exception, getCode, getDetails, getInputLocation, getLocation, getStackTrace, getThrowable, getVariant, get_location, get_throwable, set_location, set_throwable, toString, updateAt, updateAt, updateAt, with, with
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
XProcUserError
XProcUserError(QName code, Location location, Location inputLocation, XProcDocument documents)
-
-
-
-