⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xslterrorresources_de.java

📁 java jdk 1.4的源码
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
    /** Illegal DOMSource input          */ // public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108;  {    ER_ILLEGAL_DOMSOURCE_INPUT,      "Der Eingabeknoten darf f\u00fcr ein DOMSource f\u00fcr newTemplates nicht Null sein!"},		/** Class not found for option         *///  public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;  {    ER_CLASS_NOT_FOUND_FOR_OPTION,			"Klassendatei nicht gefunden f\u00fcr Option {0}"},		/** Required Element not found         *///  public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;  {    ER_REQUIRED_ELEM_NOT_FOUND,			"Erforderliches Element nicht gefunden: {0}"},    /** InputStream cannot be null         */ // public static final int ER_INPUT_CANNOT_BE_NULL = 111;  {    ER_INPUT_CANNOT_BE_NULL,			"InputStream kann nicht Null sein"},    /** URI cannot be null         */ // public static final int ER_URI_CANNOT_BE_NULL = 112;  {    ER_URI_CANNOT_BE_NULL,			"URI kann nicht Null sein"},    /** File cannot be null         */ // public static final int ER_FILE_CANNOT_BE_NULL = 113;  {    ER_FILE_CANNOT_BE_NULL,			"Datei kann nicht Null sein"},     /** InputSource cannot be null         */ // public static final int ER_SOURCE_CANNOT_BE_NULL = 114;  {    ER_SOURCE_CANNOT_BE_NULL,			"InputSource kann nicht Null sein"},    /** Can't overwrite cause         */ // public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;  {    ER_CANNOT_OVERWRITE_CAUSE,			"Ursache f\u00fcr nicht m\u00f6gliches \u00dcberschreiben"},    /** Could not initialize BSF Manager        */ // public static final int ER_CANNOT_INIT_BSFMGR = 116;  {    ER_CANNOT_INIT_BSFMGR,			"BSF Manager konnte nicht initialisiert werden"},    /** Could not compile extension       */ // public static final int ER_CANNOT_CMPL_EXTENSN = 117;  {    ER_CANNOT_CMPL_EXTENSN,			"Erweiterung kann nicht kompiliert werden"},    /** Could not create extension       */ // public static final int ER_CANNOT_CREATE_EXTENSN = 118;  {    ER_CANNOT_CREATE_EXTENSN,      "Erweiterung kann nicht erstellt werde: {0} Grund: {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,      "Instanzenmethoden-Aufruf von Methode {0} erfordert eine Object-Instanz als erstes Argument"},    /** Invalid element name specified       */ // public static final int ER_INVALID_ELEMENT_NAME = 120;  {    ER_INVALID_ELEMENT_NAME,      "Ung\u00fcltiger Elementname angegeben {0}"},     /** Element name method must be static      */ // public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;  {    ER_ELEMENT_NAME_METHOD_STATIC,      "Elementnamen-Methode muss statisch sein {0}"},     /** Extension function {0} : {1} is unknown      */ // public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;  {    ER_EXTENSION_FUNC_UNKNOWN,             "Erweiterungsfunktion {0} : {1} ist unbekannt"},     /** More than one best match for constructor for       */ // public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;  {    ER_MORE_MATCH_CONSTRUCTOR,             "Mehr als ein Best-Match f\u00fcr Konstruktor f\u00fcr {0}"},     /** More than one best match for method      */ // public static final int ER_MORE_MATCH_METHOD = 124;  {    ER_MORE_MATCH_METHOD,             "Mehr als ein Best-Match f\u00fcr Methode {0}"},     /** More than one best match for element method      */ // public static final int ER_MORE_MATCH_ELEMENT = 125;  {    ER_MORE_MATCH_ELEMENT,             "Mehr als ein Best-Match f\u00fcr Elementmethode {0}"},     /** Invalid context passed to evaluate       */ // public static final int ER_INVALID_CONTEXT_PASSED = 126;  {    ER_INVALID_CONTEXT_PASSED,             "Ung\u00fcltiger Kontext zur Auswertung von {0} \u00fcbergeben"},     /** Pool already exists       */ // public static final int ER_POOL_EXISTS = 127;  {    ER_POOL_EXISTS,             "Pool besteht bereits"},     /** No driver Name specified      */ // public static final int ER_NO_DRIVER_NAME = 128;  {    ER_NO_DRIVER_NAME,             "Kein Treibername angegeben"},     /** No URL specified     */ // public static final int ER_NO_URL = 129;  {    ER_NO_URL,             "Kein URL angegeben"},     /** Pool size is less than one    */ // public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;  {    ER_POOL_SIZE_LESSTHAN_ONE,             "Pool-Gr\u00f6\u00dfe kleiner als Eins!"},     /** Invalid driver name specified    */ // public static final int ER_INVALID_DRIVER = 131;  {    ER_INVALID_DRIVER,             "Ung\u00fcltiger Treibername angegeben!"},     /** Did not find the stylesheet root    */ // public static final int ER_NO_STYLESHEETROOT = 132;  {    ER_NO_STYLESHEETROOT,             "Stylesheet-Stamm nicht gefunden!"},     /** Illegal value for xml:space     */ // public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;  {    ER_ILLEGAL_XMLSPACE_VALUE,         "Ung\u00fcltiger Wert f\u00fcr xml:space"},     /** processFromNode failed     *///  public static final int ER_PROCESSFROMNODE_FAILED = 134;  {    ER_PROCESSFROMNODE_FAILED,         "processFromNode fehlgeschlagen"},     /** The resource [] could not load:     */  //public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;  {    ER_RESOURCE_COULD_NOT_LOAD,        "Die Ressource [ {0} ] konnte nicht laden: {1} \n {2} \t {3}"},        /** Buffer size <=0     */  //public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;  {    ER_BUFFER_SIZE_LESSTHAN_ZERO,        "Puffergr\u00f6\u00dfe <=0"},     /** Unknown error when calling extension    */  //public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;  {    ER_UNKNOWN_ERROR_CALLING_EXTENSION,        "Unbekannter Fehler beim Aufruf der Erweiterung"},     /** Prefix {0} does not have a corresponding namespace declaration    */  //public static final int ER_NO_NAMESPACE_DECL = 138;  {    ER_NO_NAMESPACE_DECL,        "Pr\u00e4fix {0} hat keine entsprechende Namensraum-Vereinbarung"},     /** Element content not allowed for lang=javaclass   */  //public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;  {    ER_ELEM_CONTENT_NOT_ALLOWED,        "Elementinhalt nicht zul\u00e4ssig f\u00fcr lang=javaclass {0}"},     /** Stylesheet directed termination   */  //public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;  {    ER_STYLESHEET_DIRECTED_TERMINATION,        "Stylesheet f\u00fchrte zu Beendigung"},     /** 1 or 2   */  //public static final int ER_ONE_OR_TWO = 141;  {    ER_ONE_OR_TWO,        "1 oder 2"},     /** 2 or 3   */  //public static final int ER_TWO_OR_THREE = 142;  {    ER_TWO_OR_THREE,        "2 oder 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,        "{0} konnte nicht geladen werden (\u00fcberpr\u00fcfen Sie CLASSPATH); jetzt werden die Standardwerte verwendet"},     /** Cannot initialize default templates   */  //public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;  {    ER_CANNOT_INIT_DEFAULT_TEMPLATES,        "Standardvorlagen k\u00f6nnen nicht initialisiert werden"},     /** Result should not be null   */  //public static final int ER_RESULT_NULL = 145;  {    ER_RESULT_NULL,        "Ergebnis sollte nicht Null sein"},       /** Result could not be set   */  //public static final int ER_RESULT_COULD_NOT_BE_SET = 146;  {    ER_RESULT_COULD_NOT_BE_SET,        "Ergebnis konnte nicht festgelegt werden"},     /** No output specified   */  //public static final int ER_NO_OUTPUT_SPECIFIED = 147;  {    ER_NO_OUTPUT_SPECIFIED,        "Keine Ausgabe festgelegt"},     /** 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,        "Transformation in ein Ergebnis vom Typ {0} nicht m\u00f6glich"},     /** Can't transform to a Source of type   */  //public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;  {    ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "Transformation einer Quelle vom Typ {0} nicht m\u00f6glich"},     /** Null content handler  */  //public static final int ER_NULL_CONTENT_HANDLER = 150;  {    ER_NULL_CONTENT_HANDLER,        "Kein Content-Handler"},     /** Null error handler  */  //public static final int ER_NULL_ERROR_HANDLER = 151;  {    ER_NULL_ERROR_HANDLER,        "Kein 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 kann nicht aufgerufen werden, wenn der ContentHandler nicht festgelegt wurde"},     /**  No parent for filter */  //public static final int ER_NO_PARENT_FOR_FILTER = 153;  {    ER_NO_PARENT_FOR_FILTER,        "Kein \u00fcbergeordneter Knoten f\u00fcr Filter"},       /**  No stylesheet found in: {0}, media */  //public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;  {    ER_NO_STYLESHEET_IN_MEDIA,         "Kein Stylesheet gefunden in: {0}, media= {1}"},     /**  No xml-stylesheet PI found in */  //public static final int ER_NO_STYLESHEET_PI = 155;  {    ER_NO_STYLESHEET_PI,         "Kein xml-Stylesheet PI gefunden in: {0}"},     /**  No default implementation found */  //public static final int ER_NO_DEFAULT_IMPL = 156;  {    ER_NO_DEFAULT_IMPL,         "Keine Standardimplementierung gefunden"},     /**  ChunkedIntArray({0}) not currently supported */  //public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;  {    ER_CHUNKEDINTARRAY_NOT_SUPPORTED,       "ChunkedIntArray({0}) zurzeit nicht unterst\u00fctzt"},     /**  Offset bigger than slot */  //public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;  {    ER_OFFSET_BIGGER_THAN_SLOT,       "Offset gr\u00f6\u00dfer als Slot"},     /**  Coroutine not available, id= */  //public static final int ER_COROUTINE_NOT_AVAIL = 159;  {    ER_COROUTINE_NOT_AVAIL,       "Coroutine nicht verf\u00fcgbar, ID={0}"},     /**  CoroutineManager recieved co_exit() request */  //public static final int ER_COROUTINE_CO_EXIT = 160;  {    ER_COROUTINE_CO_EXIT,       "CoroutineManager empfing Anforderung co_exit()"},     /**  co_joinCoroutineSet() failed */  //public static final int ER_COJOINROUTINESET_FAILED = 161;  {    ER_COJOINROUTINESET_FAILED,       "co_joinCoroutineSet() fehlgeschlagen"},     /**  Coroutine parameter error () */  //public static final int ER_COROUTINE_PARAM = 162;  {    ER_COROUTINE_PARAM,       "Parameterfehler in Coroutine ({0})"},     /**  UNEXPECTED: Parser doTerminate answers  */  //public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;  {    ER_PARSER_DOTERMINATE_ANSWERS,       "\nUNEXPECTED: Parser doTerminate antwortet {0}"},     /**  parse may not be called while parsing */  //public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;  {    ER_NO_PARSE_CALL_WHILE_PARSING,       "parse darf w\u00e4hrend des Parsens nicht aufgerufen werden"},     /**  Error: typed iterator for axis  {0} not implemented  */  //public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;  {    ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,       "Fehler: Typisierter Iterator f\u00fcr Achse {0} nicht implementiert"},     /**  Error: iterator for axis {0} not implemented  */  //public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;  {    ER_ITERATOR_AXIS_NOT_IMPLEMENTED,       "Fehler: Iterator f\u00fcr Achse {0} nicht implementiert"},     /**  Iterator clone not supported  */  //public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;  {    ER_ITERATOR_CLONE_NOT_SUPPORTED,       "Iterator-Klone nicht unterst\u00fctzt"},

⌨️ 快捷键说明

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