xslterrorresources.java

来自「JAVA的一些源码 JAVA2 STANDARD EDITION DEVELO」· Java 代码 · 共 1,778 行 · 第 1/5 页

JAVA
1,778
字号
  /** ER_NO_APPLY_IMPORT_IN_FOR_EACH          *///  public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95;    { ER_NO_APPLY_IMPORT_IN_FOR_EACH,      "xsl:apply-imports not allowed in a xsl:for-each"},  /** ER_CANT_USE_DTM_FOR_OUTPUT          *///  public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96;    { ER_CANT_USE_DTM_FOR_OUTPUT,      "Cannot use a DTMLiaison for an output DOM node... pass a com.sun.org.apache.xpath.internal.DOM2Helper instead!"},  /** ER_CANT_USE_DTM_FOR_INPUT          *///  public static final int ER_CANT_USE_DTM_FOR_INPUT = 97;    { ER_CANT_USE_DTM_FOR_INPUT,      "Cannot use a DTMLiaison for a input DOM node... pass a com.sun.org.apache.xpath.internal.DOM2Helper instead!"},  /** ER_CALL_TO_EXT_FAILED          *///  public static final int ER_CALL_TO_EXT_FAILED = 98;    { ER_CALL_TO_EXT_FAILED,      "Call to extension element failed: {0}"},  /** ER_PREFIX_MUST_RESOLVE          *///  public static final int ER_PREFIX_MUST_RESOLVE = 99;    { ER_PREFIX_MUST_RESOLVE,      "Prefix must resolve to a namespace: {0}"},  /** ER_INVALID_UTF16_SURROGATE          *///  public static final int ER_INVALID_UTF16_SURROGATE = 100;    { ER_INVALID_UTF16_SURROGATE,      "Invalid UTF-16 surrogate detected: {0} ?"},  /** ER_XSLATTRSET_USED_ITSELF          */ // public static final int ER_XSLATTRSET_USED_ITSELF = 101;    { ER_XSLATTRSET_USED_ITSELF,      "xsl:attribute-set {0} used itself, which will cause an infinite loop."},  /** ER_CANNOT_MIX_XERCESDOM          *///  public static final int ER_CANNOT_MIX_XERCESDOM = 102;    { ER_CANNOT_MIX_XERCESDOM,      "Can not mix non Xerces-DOM input with Xerces-DOM output!"},  /** ER_TOO_MANY_LISTENERS          *///  public static final int ER_TOO_MANY_LISTENERS = 103;    { ER_TOO_MANY_LISTENERS,      "addTraceListenersToStylesheet - TooManyListenersException"},  /** ER_IN_ELEMTEMPLATEELEM_READOBJECT          *///  public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104;    { ER_IN_ELEMTEMPLATEELEM_READOBJECT,      "In ElemTemplateElement.readObject: {0}"},  /** ER_DUPLICATE_NAMED_TEMPLATE          *///  public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;    { ER_DUPLICATE_NAMED_TEMPLATE,      "Found more than one template named: {0}"},  /** ER_INVALID_KEY_CALL          *///  public static final int ER_INVALID_KEY_CALL = 106;    { ER_INVALID_KEY_CALL,      "Invalid function call: recursive key() calls are not allowed"},  /** Variable is referencing itself          *///  public static final int ER_REFERENCING_ITSELF = 107;    { ER_REFERENCING_ITSELF,      "Variable {0} is directly or indirectly referencing itself!"},  /** Illegal DOMSource input          *///  public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;    { ER_ILLEGAL_DOMSOURCE_INPUT,      "The input node can not be null for a DOMSource for newTemplates!"},	/** Class not found for option         *///  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;    { ER_CLASS_NOT_FOUND_FOR_OPTION,	"Class file not found for option {0}"},	/** Required Element not found         *///  public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;    { ER_REQUIRED_ELEM_NOT_FOUND,	"Required Element not found: {0}"},  /** InputStream cannot be null         *///  public static final int ER_INPUT_CANNOT_BE_NULL = 111;    { ER_INPUT_CANNOT_BE_NULL,	"InputStream cannot be null"},  /** URI cannot be null         *///  public static final int ER_URI_CANNOT_BE_NULL = 112;    { ER_URI_CANNOT_BE_NULL,	"URI cannot be null"},  /** File cannot be null         *///  public static final int ER_FILE_CANNOT_BE_NULL = 113;    { ER_FILE_CANNOT_BE_NULL,	"File cannot be null"},   /** InputSource cannot be null         *///  public static final int ER_SOURCE_CANNOT_BE_NULL = 114;    { ER_SOURCE_CANNOT_BE_NULL,		"InputSource cannot be null"},  /** Can't overwrite cause         *///  public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;    //{ ER_CANNOT_OVERWRITE_CAUSE,	//	"Cannot overwrite cause"},  /** Could not initialize BSF Manager        *///  public static final int ER_CANNOT_INIT_BSFMGR = 116;    { ER_CANNOT_INIT_BSFMGR,		"Could not initialize BSF Manager"},  /** Could not compile extension       *///  public static final int ER_CANNOT_CMPL_EXTENSN = 117;    { ER_CANNOT_CMPL_EXTENSN,		"Could not compile extension"},  /** Could not create extension       *///  public static final int ER_CANNOT_CREATE_EXTENSN = 118;    { ER_CANNOT_CREATE_EXTENSN,      "Could not create extension: {0} because of: {1}"},  /** Instance method call to method {0} requires an Object instance as first argument       *///  public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119;    { ER_INSTANCE_MTHD_CALL_REQUIRES,      "Instance method call to method {0} requires an Object instance as first argument"},  /** Invalid element name specified       *///  public static final int ER_INVALID_ELEMENT_NAME = 120;    { ER_INVALID_ELEMENT_NAME,      "Invalid element name specified {0}"},   /** Element name method must be static      *///  public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;    { ER_ELEMENT_NAME_METHOD_STATIC,      "Element name method must be static {0}"},   /** Extension function {0} : {1} is unknown      *///  public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;    { ER_EXTENSION_FUNC_UNKNOWN,             "Extension function {0} : {1} is unknown"},   /** More than one best match for constructor for       *///  public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;    { ER_MORE_MATCH_CONSTRUCTOR,             "More than one best match for constructor for {0}"},   /** More than one best match for method      *///  public static final int ER_MORE_MATCH_METHOD = 124;    { ER_MORE_MATCH_METHOD,             "More than one best match for method {0}"},   /** More than one best match for element method      *///  public static final int ER_MORE_MATCH_ELEMENT = 125;    { ER_MORE_MATCH_ELEMENT,             "More than one best match for element method {0}"},   /** Invalid context passed to evaluate       *///  public static final int ER_INVALID_CONTEXT_PASSED = 126;    { ER_INVALID_CONTEXT_PASSED,             "Invalid context passed to evaluate {0}"},   /** Pool already exists       *///  public static final int ER_POOL_EXISTS = 127;    { ER_POOL_EXISTS,             "Pool already exists"},   /** No driver Name specified      *///  public static final int ER_NO_DRIVER_NAME = 128;    { ER_NO_DRIVER_NAME,             "No driver Name specified"},   /** No URL specified     *///  public static final int ER_NO_URL = 129;    { ER_NO_URL,             "No URL specified"},   /** Pool size is less than one    *///  public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;    { ER_POOL_SIZE_LESSTHAN_ONE,             "Pool size is less than one!"},   /** Invalid driver name specified    *///  public static final int ER_INVALID_DRIVER = 131;    { ER_INVALID_DRIVER,             "Invalid driver name specified!"},   /** Did not find the stylesheet root    *///  public static final int ER_NO_STYLESHEETROOT = 132;    { ER_NO_STYLESHEETROOT,             "Did not find the stylesheet root!"},   /** Illegal value for xml:space     *///  public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;    { ER_ILLEGAL_XMLSPACE_VALUE,         "Illegal value for xml:space"},   /** processFromNode failed     *///  public static final int ER_PROCESSFROMNODE_FAILED = 134;    { ER_PROCESSFROMNODE_FAILED,         "processFromNode failed"},   /** The resource [] could not load:     *///  public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;    { ER_RESOURCE_COULD_NOT_LOAD,        "The resource [ {0} ] could not load: {1} \n {2} \t {3}"},   /** Buffer size <=0     *///  public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;    { ER_BUFFER_SIZE_LESSTHAN_ZERO,        "Buffer size <=0"},   /** Unknown error when calling extension    *///  public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;    { ER_UNKNOWN_ERROR_CALLING_EXTENSION,        "Unknown error when calling extension"},   /** Prefix {0} does not have a corresponding namespace declaration    *///  public static final int ER_NO_NAMESPACE_DECL = 138;    { ER_NO_NAMESPACE_DECL,        "Prefix {0} does not have a corresponding namespace declaration"},   /** Element content not allowed for lang=javaclass   *///  public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;    { ER_ELEM_CONTENT_NOT_ALLOWED,        "Element content not allowed for lang=javaclass {0}"},   /** Stylesheet directed termination   *///  public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;    { ER_STYLESHEET_DIRECTED_TERMINATION,        "Stylesheet directed termination"},   /** 1 or 2   *///  public static final int ER_ONE_OR_TWO = 141;    { ER_ONE_OR_TWO,        "1 or 2"},   /** 2 or 3   *///  public static final int ER_TWO_OR_THREE = 142;    { ER_TWO_OR_THREE,        "2 or 3"},   /** Could not load {0} (check CLASSPATH), now using just the defaults   *///  public static final int ER_COULD_NOT_LOAD_RESOURCE = 143;    { ER_COULD_NOT_LOAD_RESOURCE,        "Could not load {0} (check CLASSPATH), now using just the defaults"},   /** Cannot initialize default templates   *///  public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;    { ER_CANNOT_INIT_DEFAULT_TEMPLATES,        "Cannot initialize default templates"},   /** Result should not be null   *///  public static final int ER_RESULT_NULL = 145;    { ER_RESULT_NULL,        "Result should not be null"},   /** Result could not be set   *///  public static final int ER_RESULT_COULD_NOT_BE_SET = 146;    { ER_RESULT_COULD_NOT_BE_SET,        "Result could not be set"},   /** No output specified   *///  public static final int ER_NO_OUTPUT_SPECIFIED = 147;    { ER_NO_OUTPUT_SPECIFIED,        "No output specified"},   /** Can't transform to a Result of type   *///  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;    { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,        "Can''t transform to a Result of type {0}"},   /** Can't transform to a Source of type   *///  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;    { ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "Can''t transform a Source of type {0}"},   /** Null content handler  *///  public static final int ER_NULL_CONTENT_HANDLER = 150;    { ER_NULL_CONTENT_HANDLER,        "Null content handler"},   /** Null error handler  *///  public static final int ER_NULL_ERROR_HANDLER = 151;    { ER_NULL_ERROR_HANDLER,        "Null error handler"},   /** parse can not be called if the ContentHandler has not been set *///  public static final int ER_CANNOT_CALL_PARSE = 152;    { ER_CANNOT_CALL_PARSE,        "parse can not be called if the ContentHandler has not been set"},   /**  No parent for filter *///  public static final int ER_NO_PARENT_FOR_FILTER = 153;    { ER_NO_PARENT_FOR_FILTER,        "No parent for filter"},

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?