net.sf.saxon.trans

Class SaxonErrorCode

public class SaxonErrorCode extends Object

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
static StringSXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed
static StringSXCH0003
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
static StringSXCH0004
SXCH0004: cannot load user-supplied ContentHandler
static StringSXJE0001
SXJE0001: cannot convert xs:boolean to the required Java type
static StringSXJE0002
SXJE0002: cannot convert xs:double to the required Java type
static StringSXJE0003
SXJE0003: cannot convert xs:duration to the required Java type
static StringSXJE0004
SXJE0004: cannot convert xs:float to the required Java type
static StringSXJE0005
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
static StringSXJE0006
SXJE0006: cannot convert xs:string to the required Java type
static StringSXJE0007
SXJE0007: cannot convert xs:dayTimeDuration to the required Java type
static StringSXJE0008
SXJE0008: cannot convert xs:yearMonthDuration to the required Java type
static StringSXJE0021
SXJE0021: cannot convert XPath value to the type required by the signature of an extension function
static StringSXJE0022
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
static StringSXJE0023
SXJE0023: cannot convert XPath item to the member type of a Java array
static StringSXJE0051
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
static StringSXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
static StringSXSE0001
SXSE0001: cannot use character maps in an environment with no Controller
static StringSXSE0002
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
static StringSXSQ0001
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
static StringSXSQ0002
SXSQ0002: failed to close JDBC Connection
static StringSXSQ0003
SXSQ0003: failed to open JDBC Connection
static StringSXSQ0004
SXSQ0004: SQL Insert/Update/Delete action failed
static StringSXST0060
SXST0060: Template in a streaming mode is not streamable
static StringSXST0061
SXST0061: Requested initial moed is streamable; must supply SAXSource or StreamSource
static StringSXUP0081
SXUP0081: attempt to update a non-updateable node
static StringSXWN9001
SXWN9001: a variable declaration with no following siblings has no effect
static StringSXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer
static StringSXWN9003
SXWN9003: saxon:require-well-formed must be "yes" or "no"
static StringSXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically
static StringSXWN9005
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
static StringSXWN9006
SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored
static StringSXWN9008
SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes
static StringSXWN9009
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
static StringSXWN9010
SXWN9010: saxon:recognize-binary must be "yes" or "no"
static StringSXWN9011
SXWN9011: saxon:memo-function ignored under Saxon-HE
static StringSXXF0001
SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expression
static StringSXXF0002
SXXF0002: undeclared namespace prefix used in saxon:script
static StringSXXP0003
SXXP0003: error reported by XML parser while parsing source document
static StringSXXP0004
SXXP0004: externally supplied node belongs to the wrong Configuration

Field Detail

SXCH0002

public static final String SXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed

SXCH0003

public static final String SXCH0003
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent

SXCH0004

public static final String SXCH0004
SXCH0004: cannot load user-supplied ContentHandler

SXJE0001

public static final String SXJE0001
SXJE0001: cannot convert xs:boolean to the required Java type

SXJE0002

public static final String SXJE0002
SXJE0002: cannot convert xs:double to the required Java type

SXJE0003

public static final String SXJE0003
SXJE0003: cannot convert xs:duration to the required Java type

SXJE0004

public static final String SXJE0004
SXJE0004: cannot convert xs:float to the required Java type

SXJE0005

public static final String SXJE0005
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one

SXJE0006

public static final String SXJE0006
SXJE0006: cannot convert xs:string to the required Java type

SXJE0007

public static final String SXJE0007
SXJE0007: cannot convert xs:dayTimeDuration to the required Java type

SXJE0008

public static final String SXJE0008
SXJE0008: cannot convert xs:yearMonthDuration to the required Java type

SXJE0021

public static final String SXJE0021
SXJE0021: cannot convert XPath value to the type required by the signature of an extension function

SXJE0022

public static final String 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

SXJE0023

public static final String SXJE0023
SXJE0023: cannot convert XPath item to the member type of a Java array

SXJE0051

public static final String SXJE0051
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item

SXLM0001

public static final String SXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely

SXSE0001

public static final String SXSE0001
SXSE0001: cannot use character maps in an environment with no Controller

SXSE0002

public static final String SXSE0002
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time

SXSQ0001

public static final String SXSQ0001
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object

SXSQ0002

public static final String SXSQ0002
SXSQ0002: failed to close JDBC Connection

SXSQ0003

public static final String SXSQ0003
SXSQ0003: failed to open JDBC Connection

SXSQ0004

public static final String SXSQ0004
SXSQ0004: SQL Insert/Update/Delete action failed

SXST0060

public static final String SXST0060
SXST0060: Template in a streaming mode is not streamable

SXST0061

public static final String SXST0061
SXST0061: Requested initial moed is streamable; must supply SAXSource or StreamSource

SXUP0081

public static final String SXUP0081
SXUP0081: attempt to update a non-updateable node

SXWN9001

public static final String SXWN9001
SXWN9001: a variable declaration with no following siblings has no effect

SXWN9002

public static final String SXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer

SXWN9003

public static final String SXWN9003
SXWN9003: saxon:require-well-formed must be "yes" or "no"

SXWN9004

public static final String SXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically

SXWN9005

public static final String SXWN9005
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect

SXWN9006

public static final String SXWN9006
SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored

SXWN9008

public static final String SXWN9008
SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes

SXWN9009

public static final String SXWN9009
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect

SXWN9010

public static final String SXWN9010
SXWN9010: saxon:recognize-binary must be "yes" or "no"

SXWN9011

public static final String SXWN9011
SXWN9011: saxon:memo-function ignored under Saxon-HE

SXXF0001

public static final String SXXF0001
SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expression

SXXF0002

public static final String SXXF0002
SXXF0002: undeclared namespace prefix used in saxon:script

SXXP0003

public static final String SXXP0003
SXXP0003: error reported by XML parser while parsing source document

SXXP0004

public static final String SXXP0004
SXXP0004: externally supplied node belongs to the wrong Configuration