Class SaxonErrorCode
java.lang.Object
net.sf.saxon.trans.SaxonErrorCode
The class acts as a register of Saxon-specific error codes.
Technically, these codes should be in their own namespace. At present, however, they share the same namespace as system-defined error codes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSXCH0002: cannot supply output to ContentHandler because it is not well-formedstatic final StringSXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sentstatic final StringSXCH0004: cannot load user-supplied ContentHandlerstatic final StringSXJE0001: cannot convert xs:boolean to the required Java typestatic final StringSXJE0002: cannot convert xs:double to the required Java typestatic final StringSXJE0003: cannot convert xs:duration to the required Java typestatic final StringSXJE0004: cannot convert xs:float to the required Java typestatic final StringSXJE0005: cannot convert xs:string to Java char unless the length is exactly onestatic final StringSXJE0006: cannot convert xs:string to the required Java typestatic final StringSXJE0007: cannot convert xs:dayTimeDuration to the required Java typestatic final StringSXJE0008: cannot convert xs:yearMonthDuration to the required Java typestatic final StringSXJE0021: cannot convert XPath value to the type required by the signature of an extension functionstatic final StringSXJE0022: cannot convert XPath value to the type required by the signature of an extension function, the XPath value is a sequence of more than one item but the Java type is a singletonstatic final StringSXJE0023: cannot convert XPath item to the member type of a Java arraystatic final StringSXJE0051: supplied Java List/Array contains a member that cannot be converted to an Itemstatic final StringSXLM0001: stylesheet or query appears to be looping/recursing indefinitelystatic final StringSXSE0001: cannot use character maps in an environment with no Controllerstatic final StringSXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile timestatic final StringSXSE0003: unknown serialization property (the serialization spec says this is an error but gives no error code)static final StringSXSQ0001: value of argument to SQL instruction is not a JDBC Connection objectstatic final StringSXSQ0002: failed to close JDBC Connectionstatic final StringSXSQ0003: failed to open JDBC Connectionstatic final StringSXSQ0004: SQL Insert/Update/Delete action failedstatic final StringSXST0060: Template in a streaming mode is not streamablestatic final StringSXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSourcestatic final StringSXST0062: Dynamic error: disallowed navigation from a streaming mode.static final StringSXST0063: A streamable template returns nodes from the streamed input documentstatic final StringSXST0064: A pattern in a streamable template uses predicates that reposition the input streamstatic final StringSXST0065: Cannot use tracing with streaming templatesstatic final StringSXST0066: Within a conditional expression in a streamed template, the condition cannot read the streamed inputstatic final StringSXST0067: Within a streamed template, cannot call last()static final StringSXST0068: Parameters of a streamed template, cannot consume the input streamstatic final StringSXST0069: A parameter to a streamed template must not reference a node in the streamed documentstatic final StringSXST0070: Body of for-each must not select from streamed document unless the select expression does sostatic final StringSXST0071: Cannot navigate upwards and then downwards when streamingstatic final StringSXUP0081: attempt to update a non-updateable nodestatic final StringSXWN9001: a variable declaration with no following siblings has no effectstatic final StringSXWN9002: saxon:indent-spaces must be a positive integerstatic final StringSXWN9003: saxon:require-well-formed must be "yes" or "no"static final StringSXWN9004: saxon:next-in-chain cannot be specified dynamicallystatic final StringSXWN9005: The 'default' attribute of saxon:collation no longer has any effectstatic final StringSXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignoredstatic final StringSXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixesstatic final StringSXWN9009: an empty xsl:for-each or xsl:for-each-group has no effectstatic final StringSXWN9010: saxon:recognize-binary must be "yes" or "no"static final StringSXWN9011: saxon:memo-function ignored under Saxon-HEstatic final StringSXWN9012: saxon:threads ignored when compiling with trace enabledstatic final StringSXWN9013: saxon:threads ignored when not running under Saxon-EEstatic final StringSXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expressionstatic final StringSXXF0002: undeclared namespace prefix used in saxon:scriptstatic final StringSXXP0003: error reported by XML parser while parsing source documentstatic final StringSXXP0004: externally supplied node belongs to the wrong Configuration -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely- See Also:
-
SXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed- See Also:
-
SXCH0003
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent- See Also:
-
SXCH0004
-
SXSE0001
SXSE0001: cannot use character maps in an environment with no Controller- See Also:
-
SXSE0002
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time- See Also:
-
SXSE0003
SXSE0003: unknown serialization property (the serialization spec says this is an error but gives no error code)- See Also:
-
SXXP0003
SXXP0003: error reported by XML parser while parsing source document- See Also:
-
SXXP0004
SXXP0004: externally supplied node belongs to the wrong Configuration- See Also:
-
SXXF0001
SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expression- See Also:
-
SXXF0002
SXXF0002: undeclared namespace prefix used in saxon:script- See Also:
-
SXSQ0001
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object- See Also:
-
SXSQ0002
-
SXSQ0003
-
SXSQ0004
-
SXJE0001
SXJE0001: cannot convert xs:boolean to the required Java type- See Also:
-
SXJE0002
SXJE0002: cannot convert xs:double to the required Java type- See Also:
-
SXJE0003
SXJE0003: cannot convert xs:duration to the required Java type- See Also:
-
SXJE0004
SXJE0004: cannot convert xs:float to the required Java type- See Also:
-
SXJE0005
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one- See Also:
-
SXJE0006
SXJE0006: cannot convert xs:string to the required Java type- See Also:
-
SXJE0007
SXJE0007: cannot convert xs:dayTimeDuration to the required Java type- See Also:
-
SXJE0008
SXJE0008: cannot convert xs:yearMonthDuration to the required Java type- See Also:
-
SXJE0021
SXJE0021: cannot convert XPath value to the type required by the signature of an extension function- See Also:
-
SXJE0022
SXJE0022: cannot convert XPath value to the type required by the signature of an extension function, the XPath value is a sequence of more than one item but the Java type is a singleton- See Also:
-
SXJE0023
SXJE0023: cannot convert XPath item to the member type of a Java array- See Also:
-
SXJE0051
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item- See Also:
-
SXST0060
SXST0060: Template in a streaming mode is not streamable- See Also:
-
SXST0061
SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource- See Also:
-
SXST0062
SXST0062: Dynamic error: disallowed navigation from a streaming mode. Used when the streaming analysis was optimistic, and the optimism proved unfounded.- See Also:
-
SXST0063
SXST0063: A streamable template returns nodes from the streamed input document- See Also:
-
SXST0064
SXST0064: A pattern in a streamable template uses predicates that reposition the input stream- See Also:
-
SXST0065
-
SXST0066
SXST0066: Within a conditional expression in a streamed template, the condition cannot read the streamed input- See Also:
-
SXST0067
SXST0067: Within a streamed template, cannot call last()- See Also:
-
SXST0068
SXST0068: Parameters of a streamed template, cannot consume the input stream- See Also:
-
SXST0069
SXST0069: A parameter to a streamed template must not reference a node in the streamed document- See Also:
-
SXST0070
SXST0070: Body of for-each must not select from streamed document unless the select expression does so- See Also:
-
SXST0071
SXST0071: Cannot navigate upwards and then downwards when streaming- See Also:
-
SXUP0081
-
SXWN9001
SXWN9001: a variable declaration with no following siblings has no effect- See Also:
-
SXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer- See Also:
-
SXWN9003
SXWN9003: saxon:require-well-formed must be "yes" or "no"- See Also:
-
SXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically- See Also:
-
SXWN9005
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect- See Also:
-
SXWN9006
SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored- See Also:
-
SXWN9008
SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes- See Also:
-
SXWN9009
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect- See Also:
-
SXWN9010
SXWN9010: saxon:recognize-binary must be "yes" or "no"- See Also:
-
SXWN9011
-
SXWN9012
SXWN9012: saxon:threads ignored when compiling with trace enabled- See Also:
-
SXWN9013
SXWN9013: saxon:threads ignored when not running under Saxon-EE- See Also:
-
-
Constructor Details
-
SaxonErrorCode
public SaxonErrorCode()
-