xslterrorresources_es.java

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

JAVA
2,081
字号
  {    ER_ILLEGAL_DOMSOURCE_INPUT,      "El nodo de entrada no puede ser nulo para DOMSource en newTemplates."},		/** Class not found for option         */  //public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109;  {    ER_CLASS_NOT_FOUND_FOR_OPTION,			"No se ha encontrado el archivo de clase para la opci\u00f3n {0}"},		/** Required Element not found         */  //public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110;  {    ER_REQUIRED_ELEM_NOT_FOUND,			"No se ha encontrado el elemento requerido: {0}"},    /** InputStream cannot be null         */  //public static final int ER_INPUT_CANNOT_BE_NULL = 111;  {    ER_INPUT_CANNOT_BE_NULL,			"InputStream no puede ser nulo"},    /** URI cannot be null         */  //public static final int ER_URI_CANNOT_BE_NULL = 112;  {    ER_URI_CANNOT_BE_NULL,			"URI no puede ser nulo"},    /** File cannot be null         */  //public static final int ER_FILE_CANNOT_BE_NULL = 113;  {    ER_FILE_CANNOT_BE_NULL,			"El archivo no puede ser nulo"},     /** InputSource cannot be null         */  //public static final int ER_SOURCE_CANNOT_BE_NULL = 114;  {    ER_SOURCE_CANNOT_BE_NULL,			"InputSource no puede ser nulo"},    /** Can't overwrite cause         */  //public static final int ER_CANNOT_OVERWRITE_CAUSE = 115;  {    ER_CANNOT_OVERWRITE_CAUSE,			"No se puede sobrescribir la causa"},    /** Could not initialize BSF Manager        */  //public static final int ER_CANNOT_INIT_BSFMGR = 116;  {    ER_CANNOT_INIT_BSFMGR,			"No se ha podido inicializar el administrador de BSF"},    /** Could not compile extension       */  //public static final int ER_CANNOT_CMPL_EXTENSN = 117;  {    ER_CANNOT_CMPL_EXTENSN,			"No se ha podido compilar la extensi\u00f3n"},    /** Could not create extension       */  //public static final int ER_CANNOT_CREATE_EXTENSN = 118;  {    ER_CANNOT_CREATE_EXTENSN,      "No se ha podido crear la extensi\u00f3n: {0} debido a: {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,      "El primer argumento de la llamada del m\u00e9todo de instancia al m\u00e9todo {0} necesita una instancia de objeto"},    /** Invalid element name specified       */  //public static final int ER_INVALID_ELEMENT_NAME = 120;  {    ER_INVALID_ELEMENT_NAME,      "Se ha especificado un nombre de elemento no v\u00e1lido {0}"},     /** Element name method must be static      */  //public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121;  {    ER_ELEMENT_NAME_METHOD_STATIC,      "El m\u00e9todo del nombre de elemento debe ser est\u00e1tico {0}"},     /** Extension function {0} : {1} is unknown      */  //public static final int ER_EXTENSION_FUNC_UNKNOWN = 122;  {    ER_EXTENSION_FUNC_UNKNOWN,             "La funci\u00f3n de extensi\u00f3n {0} : {1} es desconocida"},     /** More than one best match for constructor for       */  //public static final int ER_MORE_MATCH_CONSTRUCTOR = 123;  {    ER_MORE_MATCH_CONSTRUCTOR,             "Hay m\u00e1s de una coincidencia \u00f3ptima para el creador en {0}"},     /** More than one best match for method      */  //public static final int ER_MORE_MATCH_METHOD = 124;  {    ER_MORE_MATCH_METHOD,             "Hay m\u00e1s de una coincidencia \u00f3ptima para el m\u00e9todo {0}"},     /** More than one best match for element method      */  //public static final int ER_MORE_MATCH_ELEMENT = 125;  {    ER_MORE_MATCH_ELEMENT,             "Hay m\u00e1s de una coincidencia \u00f3ptima para el m\u00e9todo del elemento {0}"},     /** Invalid context passed to evaluate       */  //public static final int ER_INVALID_CONTEXT_PASSED = 126;  {    ER_INVALID_CONTEXT_PASSED,             "El contexto no v\u00e1lido se ha pasado a evaluaci\u00f3n {0}"},     /** Pool already exists       */  //public static final int ER_POOL_EXISTS = 127;  {    ER_POOL_EXISTS,             "El pool ya existe"},     /** No driver Name specified      */  //public static final int ER_NO_DRIVER_NAME = 128;  {    ER_NO_DRIVER_NAME,             "No se ha especificado ning\u00fan nombre para el dispositivo"},     /** No URL specified     */  //public static final int ER_NO_URL = 129;  {    ER_NO_URL,             "No se ha especificado ning\u00fan URL"},     /** Pool size is less than one    */  //public static final int ER_POOL_SIZE_LESSTHAN_ONE = 130;  {    ER_POOL_SIZE_LESSTHAN_ONE,             "El tama\u00f1o del pool es menor que uno."},     /** Invalid driver name specified    */  //public static final int ER_INVALID_DRIVER = 131;  {    ER_INVALID_DRIVER,             "Se ha especificado un nombre de dispositivo no v\u00e1lido."},     /** Did not find the stylesheet root    */  //public static final int ER_NO_STYLESHEETROOT = 132;  {    ER_NO_STYLESHEETROOT,             "No se ha encontrado la ra\u00edz de la hoja de estilo."},     /** Illegal value for xml:space     */  //public static final int ER_ILLEGAL_XMLSPACE_VALUE = 133;  {    ER_ILLEGAL_XMLSPACE_VALUE,         "Valor no permitido para xml:space"},     /** processFromNode failed     */  //public static final int ER_PROCESSFROMNODE_FAILED = 134;  {    ER_PROCESSFROMNODE_FAILED,         "Fallo de processFromNode"},     /** The resource [] could not load:     */  //public static final int ER_RESOURCE_COULD_NOT_LOAD = 135;  {    ER_RESOURCE_COULD_NOT_LOAD,        "El recurso [ {0} ] no ha podido cargar: {1} \n {2} \t {3}"},        /** Buffer size <=0     */  //public static final int ER_BUFFER_SIZE_LESSTHAN_ZERO = 136;  {    ER_BUFFER_SIZE_LESSTHAN_ZERO,        "Tama\u00f1o del b\u00fafer <=0"},     /** Unknown error when calling extension    */  //public static final int ER_UNKNOWN_ERROR_CALLING_EXTENSION = 137;  {    ER_UNKNOWN_ERROR_CALLING_EXTENSION,        "Error desconocido al llamar a la extensi\u00f3n"},     /** Prefix {0} does not have a corresponding namespace declaration    */  //public static final int ER_NO_NAMESPACE_DECL = 138;  {    ER_NO_NAMESPACE_DECL,        "El prefijo {0} no tiene la declaraci\u00f3n de espacio de nombre correspondiente"},     /** Element content not allowed for lang=javaclass   */  //public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139;  {    ER_ELEM_CONTENT_NOT_ALLOWED,        "El contenido del elemento no est\u00e1 permitido para lang=javaclass {0}"},     /** Stylesheet directed termination   */  //public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140;  {    ER_STYLESHEET_DIRECTED_TERMINATION,        "Terminaci\u00f3n dirigida a la hoja de estilo"},     /** 1 or 2   */  //public static final int ER_ONE_OR_TWO = 141;  {    ER_ONE_OR_TWO,        "1 \u00f3 2"},     /** 2 or 3   */  //public static final int ER_TWO_OR_THREE = 142;  {    ER_TWO_OR_THREE,        "2 \u00f3 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,        "No se ha podido cargar {0} (comprobar CLASSPATH), el sistema est\u00e1 utilizando los valores predeterminados"},     /** Cannot initialize default templates   */  //public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144;  {    ER_CANNOT_INIT_DEFAULT_TEMPLATES,        "No se puede inicializar las plantillas predeterminadas"},     /** Result should not be null   */  //public static final int ER_RESULT_NULL = 145;  {    ER_RESULT_NULL,        "El resultado no debe ser nulo"},       /** Result could not be set   */  //public static final int ER_RESULT_COULD_NOT_BE_SET = 146;  {    ER_RESULT_COULD_NOT_BE_SET,        "No ha podido establecerse el resultado"},     /** No output specified   */  //public static final int ER_NO_OUTPUT_SPECIFIED = 147;  {    ER_NO_OUTPUT_SPECIFIED,        "No se ha especificado ninguna salida"},     /** 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,        "No se puede transformar en un resultado del tipo {0}"},     /** Can't transform to a Source of type   */  //public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;  {    ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "No se puede transformar una fuente del tipo {0}"},     /** Null content handler  */  //public static final int ER_NULL_CONTENT_HANDLER = 150;  {    ER_NULL_CONTENT_HANDLER,        "Manejador de contenido nulo"},     /** Null error handler  */  //public static final int ER_NULL_ERROR_HANDLER = 151;  {    ER_NULL_ERROR_HANDLER,        "Manejador de errores nulo"},     /** 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,        "no puede invocarse el analizador sint\u00e1ctico si no se ha establecido el ContentHandler"},     /**  No parent for filter */  //public static final int ER_NO_PARENT_FOR_FILTER = 153;  {    ER_NO_PARENT_FOR_FILTER,        "No existe ning\u00fan elemento padre para el filtro"},       /**  No stylesheet found in: {0}, media */  //public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;  {    ER_NO_STYLESHEET_IN_MEDIA,         "No se ha encontrado ninguna hoja de estilo en: {0}, media= {1}"},     /**  No xml-stylesheet PI found in */  //public static final int ER_NO_STYLESHEET_PI = 155;  {    ER_NO_STYLESHEET_PI,         "No se ha encontrado xml-stylesheet PI en: {0}"},     /**  No default implementation found */  //public static final int ER_NO_DEFAULT_IMPL = 156;  {    ER_NO_DEFAULT_IMPL,         "No se ha encontrado ninguna implementaci\u00f3n predeterminada "},     /**  ChunkedIntArray({0}) not currently supported */  //public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;  {    ER_CHUNKEDINTARRAY_NOT_SUPPORTED,       "ChunkedIntArray({0}) no se utiliza actualmente"},     /**  Offset bigger than slot */  //public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;  {    ER_OFFSET_BIGGER_THAN_SLOT,       "La desviaci\u00f3n es mayor que el intervalo"},     /**  Coroutine not available, id= */  //public static final int ER_COROUTINE_NOT_AVAIL = 159;  {    ER_COROUTINE_NOT_AVAIL,       "Corrutina no disponible, id={0}"},     /**  CoroutineManager recieved co_exit() request */  //public static final int ER_COROUTINE_CO_EXIT = 160;  {    ER_COROUTINE_CO_EXIT,       "CoroutineManager ha recibido una solicitud co_exit()"},     /**  co_joinCoroutineSet() failed */  //public static final int ER_COJOINROUTINESET_FAILED = 161;  {    ER_COJOINROUTINESET_FAILED,       "Fallo co_joinCoroutineSet()"},     /**  Coroutine parameter error () */  //public static final int ER_COROUTINE_PARAM = 162;  {    ER_COROUTINE_PARAM,       "Error de par\u00e1metro de corrutina({0})"},     /**  UNEXPECTED: Parser doTerminate answers  */  //public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;  {    ER_PARSER_DOTERMINATE_ANSWERS,       "\nUNEXPECTED: el analizador sint\u00e1ctico doTerminate responde {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,       "no puede invocarse el analizador sint\u00e1ctico con un an\u00e1lisis sint\u00e1ctico en curso"},     /**  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,       "Error: El iterador introducido para el eje  {0} no est\u00e1 implementado"},     /**  Error: iterator for axis {0} not implemented  */  //public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;  {    ER_ITERATOR_AXIS_NOT_IMPLEMENTED,       "Error: el iterador para el eje {0} no est\u00e1 implementado "},     /**  Iterator clone not supported  */

⌨️ 快捷键说明

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