xslterrorresources_zh_tw.java

来自「java jdk 1.4的源码」· Java 代码 · 共 2,473 行 · 第 1/5 页

JAVA
2,473
字号
  {    ER_CANNOT_MIX_XERCESDOM,      "\u7121\u6cd5\u6df7\u5408\u975e Xerces-DOM \u8f38\u5165\u8207 Xerces-DOM \u8f38\u51fa\uff01"},  /** 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,      "\u5728 ElemTemplateElement.readObject\uff1a{0}"},  /** ER_DUPLICATE_NAMED_TEMPLATE          */  //public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105;  {    ER_DUPLICATE_NAMED_TEMPLATE,      "\u627e\u5230\u4e00\u500b\u4ee5\u4e0a\u53eb\u4f5c {0} \u7684\u7bc4\u672c"},  /** ER_INVALID_KEY_CALL          */  //public static final int ER_INVALID_KEY_CALL = 106;  {    ER_INVALID_KEY_CALL,      "\u7121\u6548\u7684\u51fd\u5f0f\u547c\u53eb\uff1arecursive key() \u547c\u53eb\u4e0d\u88ab\u5141\u8a31"},    /** Variable is referencing itself          */  //public static final int ER_REFERENCING_ITSELF = 107;  {    ER_REFERENCING_ITSELF,      "\u8b8a\u6578 {0} \u76f4\u63a5\u6216\u9593\u63a5\u53c3\u7167\u672c\u8eab\uff01"},    /** Illegal DOMSource input          */  //public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;  {    ER_ILLEGAL_DOMSOURCE_INPUT,      "\u5c0d newTemplates \u7684 DOMSource \u800c\u8a00\uff0c\u8f38\u5165\u7bc0\u9ede\u4e0d\u5f97\u70ba\u7a7a\u503c\uff01"},		/** Class not found for option         */  //public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;  {    ER_CLASS_NOT_FOUND_FOR_OPTION,			"\u627e\u4e0d\u5230\u9078\u9805 {0} \u7684\u985e\u5225\u6a94\u6848"},		/** Required Element not found         */  //public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;  {    ER_REQUIRED_ELEM_NOT_FOUND,			"\u627e\u4e0d\u5230\u5fc5\u9700\u7684\u5143\u7d20\uff1a{0}"},    /** InputStream cannot be null         */  //public static final int ER_INPUT_CANNOT_BE_NULL = 111;  {    ER_INPUT_CANNOT_BE_NULL,			"InputStream \u4e0d\u5f97\u70ba\u7a7a\u503c"},    /** URI cannot be null         */  //public static final int ER_URI_CANNOT_BE_NULL = 112;  {    ER_URI_CANNOT_BE_NULL,			"URI \u4e0d\u5f97\u70ba\u7a7a\u503c"},    /** File cannot be null         */  //public static final int ER_FILE_CANNOT_BE_NULL = 113;  {    ER_FILE_CANNOT_BE_NULL,			"\u6a94\u6848\u4e0d\u53ef\u70ba\u7a7a\u503c"},     /** InputSource cannot be null         */  //public static final int ER_SOURCE_CANNOT_BE_NULL = 114;  {    ER_SOURCE_CANNOT_BE_NULL,			"InputSource \u4e0d\u53ef\u70ba\u7a7a\u503c"},    /** Can't overwrite cause         */  //public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;  {    ER_CANNOT_OVERWRITE_CAUSE,			"\u7121\u6cd5\u6539\u5beb\u539f\u56e0"},    /** Could not initialize BSF Manager        */  //public static final int ER_CANNOT_INIT_BSFMGR = 116;  {    ER_CANNOT_INIT_BSFMGR,			"\u7121\u6cd5\u8d77\u59cb\u8a2d\u5b9a BSF Manager"},    /** Could not compile extension       */  //public static final int ER_CANNOT_CMPL_EXTENSN = 117;  {    ER_CANNOT_CMPL_EXTENSN,			"\u7121\u6cd5\u7de8\u8b6f\u5ef6\u4f38\u7a0b\u5f0f"},    /** Could not create extension       */  //public static final int ER_CANNOT_CREATE_EXTENSN = 118;  {    ER_CANNOT_CREATE_EXTENSN,      "\u7121\u6cd5\u5efa\u7acb\u5ef6\u4f38\u7a0b\u5f0f {0}\uff0c\u56e0\u70ba\uff1a{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,      "\u65b9\u6cd5 {0} \u7684\u5be6\u4f8b\u65b9\u6cd5\u547c\u53eb\u9700\u8981\u4e00\u500b\u7269\u4ef6\u5be6\u4f8b\u4f5c\u70ba\u7b2c\u4e00\u500b\u5f15\u6578"},    /** Invalid element name specified       */  //public static final int ER_INVALID_ELEMENT_NAME = 120;  {    ER_INVALID_ELEMENT_NAME,      "\u6307\u5b9a\u7684\u5143\u7d20\u540d\u7a31\u7121\u6548 {0}"},     /** Element name method must be static      */  //public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;  {    ER_ELEMENT_NAME_METHOD_STATIC,      "\u5143\u7d20\u540d\u7a31\u65b9\u6cd5\u5fc5\u9808\u70ba\u975c\u614b {0}"},     /** Extension function {0} : {1} is unknown      */  //public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;  {    ER_EXTENSION_FUNC_UNKNOWN,             "\u5ef6\u4f38\u7a0b\u5f0f\u51fd\u5f0f {0} : {1} \u672a\u77e5"},     /** More than one best match for constructor for       */  //public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;  {    ER_MORE_MATCH_CONSTRUCTOR,             "{0} \u7684\u6700\u7b26\u5408\u5efa\u69cb\u5143\u4e0d\u6b62\u4e00\u500b"},     /** More than one best match for method      */  //public static final int ER_MORE_MATCH_METHOD = 124;  {    ER_MORE_MATCH_METHOD,             "\u6700\u7b26\u5408\u65b9\u6cd5 {0} \u7684\u4e0d\u6b62\u4e00\u500b"},     /** More than one best match for element method      */  //public static final int ER_MORE_MATCH_ELEMENT = 125;  {    ER_MORE_MATCH_ELEMENT,             "\u6700\u7b26\u5408\u5143\u7d20\u65b9\u6cd5 {0} \u7684\u4e0d\u6b62\u4e00\u500b"},     /** Invalid context passed to evaluate       */  //public static final int ER_INVALID_CONTEXT_PASSED = 126;  {    ER_INVALID_CONTEXT_PASSED,             "\u50b3\u9001\u4f86\u8a55\u4f30 {0} \u7684\u4e0a\u4e0b\u6587\u7121\u6548"},     /** Pool already exists       */  //public static final int ER_POOL_EXISTS = 127;  {    ER_POOL_EXISTS,             "\u5132\u5b58\u6c60\u5df2\u5b58\u5728"},     /** No driver Name specified      */  //public static final int ER_NO_DRIVER_NAME = 128;  {    ER_NO_DRIVER_NAME,             "\u672a\u6307\u5b9a\u9a45\u52d5\u7a0b\u5f0f\u540d\u7a31"},     /** No URL specified     */  //public static final int ER_NO_URL = 129;  {    ER_NO_URL,             "\u672a\u6307\u5b9a URL"},     /** Pool size is less than one    */  //public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;  {    ER_POOL_SIZE_LESSTHAN_ONE,             "\u5132\u5b58\u6c60\u5927\u5c0f\u5c0f\u65bc 1\uff01"},     /** Invalid driver name specified    */  //public static final int ER_INVALID_DRIVER = 131;  {    ER_INVALID_DRIVER,             "\u6307\u5b9a\u7684\u9a45\u52d5\u7a0b\u5f0f\u540d\u7a31\u7121\u6548\uff01"},     /** Did not find the stylesheet root    */  //public static final int ER_NO_STYLESHEETROOT = 132;  {    ER_NO_STYLESHEETROOT,             "\u627e\u4e0d\u5230 stylesheet \u6839\uff01"},     /** Illegal value for xml:space     */  //public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;  {    ER_ILLEGAL_XMLSPACE_VALUE,         "xml:space \u7684\u503c\u4e0d\u6b63\u78ba"},     /** processFromNode failed     */  //public static final int ER_PROCESSFROMNODE_FAILED = 134;  {    ER_PROCESSFROMNODE_FAILED,         "processFromNode \u5931\u6548"},     /** The resource [] could not load:     */  //public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;  {    ER_RESOURCE_COULD_NOT_LOAD,        "\u7121\u6cd5\u8f09\u5165\u8cc7\u6e90 [ {0} ]\uff1a{1} \n {2} \t {3}"},        /** Buffer size <=0     */  //public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;  {    ER_BUFFER_SIZE_LESSTHAN_ZERO,        "\u7de9\u885d\u5340\u5927\u5c0f <=0"},     /** Unknown error when calling extension    */  //public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;  {    ER_UNKNOWN_ERROR_CALLING_EXTENSION,        "\u547c\u53eb\u5ef6\u4f38\u7a0b\u5f0f\u6642\u767c\u751f\u672a\u77e5\u932f\u8aa4"},     /** Prefix {0} does not have a corresponding namespace declaration    */  //public static final int ER_NO_NAMESPACE_DECL = 138;  {    ER_NO_NAMESPACE_DECL,        "\u524d\u7f6e {0} \u6c92\u6709\u5c0d\u61c9\u7684\u540d\u7a31\u7a7a\u9593\u5ba3\u544a"},     /** Element content not allowed for lang=javaclass   */  //public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;  {    ER_ELEM_CONTENT_NOT_ALLOWED,        "lang=javaclass {0} \u4e0d\u5141\u8a31\u5143\u7d20\u5167\u5bb9"},          /** Stylesheet directed termination   */  //public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;  {    ER_STYLESHEET_DIRECTED_TERMINATION,        "Stylesheet \u5f15\u5c0e\u7d42\u6b62"},     /** 1 or 2   */  //public static final int ER_ONE_OR_TWO = 141;  {    ER_ONE_OR_TWO,        "1 \u6216 2"},     /** 2 or 3   */  //public static final int ER_TWO_OR_THREE = 142;  {    ER_TWO_OR_THREE,        "2 \u6216 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,        "\u7121\u6cd5\u8f09\u5165 {0}\uff08\u6aa2\u67e5 CLASSPATH\uff09\uff0c\u73fe\u5728\u53ea\u4f7f\u7528\u9810\u8a2d\u503c"},     /** Cannot initialize default templates   */  //public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;  {    ER_CANNOT_INIT_DEFAULT_TEMPLATES,        "\u7121\u6cd5\u8d77\u59cb\u8a2d\u5b9a\u9810\u8a2d\u7bc4\u672c"},     /** Result should not be null   */  //public static final int ER_RESULT_NULL = 145;  {    ER_RESULT_NULL,        "\u7d50\u679c\u4e0d\u61c9\u8a72\u70ba\u7a7a\u503c"},       /** Result could not be set   */  //public static final int ER_RESULT_COULD_NOT_BE_SET = 146;  {    ER_RESULT_COULD_NOT_BE_SET,        "\u7121\u6cd5\u8a2d\u5b9a\u7d50\u679c"},     /** No output specified   */  //public static final int ER_NO_OUTPUT_SPECIFIED = 147;  {    ER_NO_OUTPUT_SPECIFIED,        "\u672a\u6307\u5b9a\u8f38\u51fa"},     /** 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,        "\u7121\u6cd5\u8f49\u63db\u6210\u985e\u578b {0} \u7684\u7d50\u679c"},     /** Can't transform to a Source of type   */  //public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;  {    ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "\u7121\u6cd5\u8f49\u63db\u985e\u578b {0} \u7684\u4f86\u6e90"},     /** Null content handler  */  //public static final int ER_NULL_CONTENT_HANDLER = 150;  {    ER_NULL_CONTENT_HANDLER,        "\u7a7a\u7684\u5167\u5bb9\u8655\u7406\u5668"},     /** Null error handler  */  //public static final int ER_NULL_ERROR_HANDLER = 151;  {    ER_NULL_ERROR_HANDLER,        "\u7a7a\u7684\u932f\u8aa4\u8655\u7406\u5668"},     /** 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,        "\u5982\u679c\u672a\u8a2d\u5b9a ContentHandler \u5247\u7121\u6cd5\u547c\u53eb\u5256\u6790"},     /**  No parent for filter */  //public static final int ER_NO_PARENT_FOR_FILTER = 153;  {    ER_NO_PARENT_FOR_FILTER,        "\u904e\u6ffe\u5668\u6c92\u6709\u4e0a\u4ee3"},       /**  No stylesheet found in: {0}, media */  //public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;  {    ER_NO_STYLESHEET_IN_MEDIA,         "\u5728 {0} media= {1} \u627e\u4e0d\u5230\u6a23\u5f0f\u8868"},     /**  No xml-stylesheet PI found in */  //public static final int ER_NO_STYLESHEET_PI = 155;  {    ER_NO_STYLESHEET_PI,         "\u5728 {0} \u4e2d\u6c92\u6709\u767c\u73fe XML \u6a23\u5f0f\u8868 PI"},     /**  No default implementation found */  //public static final int ER_NO_DEFAULT_IMPL = 156;  {    ER_NO_DEFAULT_IMPL,         "\u627e\u4e0d\u5230\u9810\u8a2d\u5efa\u7f6e"},  

⌨️ 快捷键说明

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