Package net.sf.saxon.trans
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 String
SXCH0002: cannot supply output to ContentHandler because it is not well-formedstatic final String
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sentstatic final String
SXJE0001: cannot convert xs:boolean to the required Java typestatic final String
SXJE0002: cannot convert xs:double to the required Java typestatic final String
SXJE0003: cannot convert xs:duration to the required Java typestatic final String
SXJE0004: cannot convert xs:float to the required Java typestatic final String
SXJE0005: cannot convert xs:string to Java char unless the length is exactly onestatic final String
SXJE0006: cannot convert xs:string to the required Java typestatic final String
SXLM0001: stylesheet or query appears to be looping/recursing indefinitelystatic final String
SXSE0001: cannot use character maps in an environment with no Controllerstatic final String
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile timestatic final String
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection objectstatic final String
SXSQ0002: failed to close JDBC Connectionstatic final String
SXSQ0003: failed to open JDBC Connectionstatic final String
SXSQ0004: SQL Insert/Update/Delete action failedstatic final String
SXWN9001: a variable declaration with no following siblings has no effectstatic final String
SXWN9002: saxon:indent-spaces must be a positive integerstatic final String
SXWN9003: saxon:require-well-formed must be "yes" or "no"static final String
SXWN9004: saxon:next-in-chain cannot be specified dynamicallystatic final String
SXWN9005: The 'default' attribute of saxon:collation no longer has any effectstatic final String
SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignoredstatic final String
SXWN9007: Invalid value for saxon:allow-all-built-in-types - must be "yes" or "no"static final String
SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixesstatic final String
SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expressionstatic final String
SXXF0002: undeclared namespace prefix used in saxon:scriptstatic final String
SXXP0003: error reported by XML parser while parsing source document -
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:
-
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:
-
SXXP0003
SXXP0003: error reported by XML parser while parsing source document- 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
SXSQ0002: failed to close JDBC Connection- See Also:
-
SXSQ0003
SXSQ0003: failed to open JDBC Connection- See Also:
-
SXSQ0004
SXSQ0004: SQL Insert/Update/Delete action failed- See Also:
-
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:
-
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:
-
SXWN9007
SXWN9007: Invalid value for saxon:allow-all-built-in-types - must be "yes" or "no"- See Also:
-
SXWN9008
SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes- See Also:
-
-
Constructor Details
-
SaxonErrorCode
public SaxonErrorCode()
-