xslterrorresources.java

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

JAVA
1,718
字号
             "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"},   /**  No stylesheet found in: {0}, media *///  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;    { ER_NO_STYLESHEET_IN_MEDIA,         "No stylesheet found in: {0}, media= {1}"},   /**  No xml-stylesheet PI found in *///  public static final int ER_NO_STYLESHEET_PI = 155;    { ER_NO_STYLESHEET_PI,         "No xml-stylesheet PI found in: {0}"},   /**  No default implementation found *///  public static final int ER_NO_DEFAULT_IMPL = 156;    { ER_NO_DEFAULT_IMPL,         "No default implementation found "},   /**  ChunkedIntArray({0}) not currently supported *///  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;    { ER_CHUNKEDINTARRAY_NOT_SUPPORTED,       "ChunkedIntArray({0}) not currently supported"},   /**  Offset bigger than slot *///  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;    { ER_OFFSET_BIGGER_THAN_SLOT,       "Offset bigger than slot"},   /**  Coroutine not available, id= *///  public static final int ER_COROUTINE_NOT_AVAIL = 159;    { ER_COROUTINE_NOT_AVAIL,       "Coroutine not available, id={0}"},   /**  CoroutineManager recieved co_exit() request *///  public static final int ER_COROUTINE_CO_EXIT = 160;    { ER_COROUTINE_CO_EXIT,       "CoroutineManager received co_exit() request"},   /**  co_joinCoroutineSet() failed *///  public static final int ER_COJOINROUTINESET_FAILED = 161;    { ER_COJOINROUTINESET_FAILED,       "co_joinCoroutineSet() failed"},   /**  Coroutine parameter error () *///  public static final int ER_COROUTINE_PARAM = 162;    { ER_COROUTINE_PARAM,       "Coroutine parameter error ({0})"},   /**  UNEXPECTED: Parser doTerminate answers  *///  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;    { ER_PARSER_DOTERMINATE_ANSWERS,       "\nUNEXPECTED: Parser doTerminate answers {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 may not be called while parsing"},   /**  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: typed iterator for axis  {0} not implemented"},   /**  Error: iterator for axis {0} not implemented  *///  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;    { ER_ITERATOR_AXIS_NOT_IMPLEMENTED,       "Error: iterator for axis {0} not implemented "},   /**  Iterator clone not supported  *///  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;    { ER_ITERATOR_CLONE_NOT_SUPPORTED,       "Iterator clone not supported"},   /**  Unknown axis traversal type  *///  public static final int ER_UNKNOWN_AXIS_TYPE = 168;    { ER_UNKNOWN_AXIS_TYPE,       "Unknown axis traversal type: {0}"},   /**  Axis traverser not supported  *///  public static final int ER_AXIS_NOT_SUPPORTED = 169;    { ER_AXIS_NOT_SUPPORTED,       "Axis traverser not supported: {0}"},   /**  No more DTM IDs are available  *///  public static final int ER_NO_DTMIDS_AVAIL = 170;    { ER_NO_DTMIDS_AVAIL,       "No more DTM IDs are available"},   /**  Not supported  *///  public static final int ER_NOT_SUPPORTED = 171;    { ER_NOT_SUPPORTED,       "Not supported: {0}"},   /**  node must be non-null for getDTMHandleFromNode  *///  public static final int ER_NODE_NON_NULL = 172;    { ER_NODE_NON_NULL,       "Node must be non-null for getDTMHandleFromNode"},   /**  Could not resolve the node to a handle  *///  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;    { ER_COULD_NOT_RESOLVE_NODE,       "Could not resolve the node to a handle"},   /**  startParse may not be called while parsing *///  public static final int ER_STARTPARSE_WHILE_PARSING = 174;    { ER_STARTPARSE_WHILE_PARSING,       "startParse may not be called while parsing"},   /**  startParse needs a non-null SAXParser  *///  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;    { ER_STARTPARSE_NEEDS_SAXPARSER,       "startParse needs a non-null SAXParser"},   /**  could not initialize parser with *///  public static final int ER_COULD_NOT_INIT_PARSER = 176;    { ER_COULD_NOT_INIT_PARSER,       "could not initialize parser with"},   /**  Value for property {0} should be a Boolean instance  *///  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;    { ER_PROPERTY_VALUE_BOOLEAN,       "Value for property {0} should be a Boolean instance"},   /**  exception creating new instance for pool  *///  public static final int ER_EXCEPTION_CREATING_POOL = 178;    { ER_EXCEPTION_CREATING_POOL,       "exception creating new instance for pool"},   /**  Path contains invalid escape sequence  *///  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;    { ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,       "Path contains invalid escape sequence"},   /**  Scheme is required!  *///  public static final int ER_SCHEME_REQUIRED = 180;    { ER_SCHEME_REQUIRED,       "Scheme is required!"},   /**  No scheme found in URI  *///  public static final int ER_NO_SCHEME_IN_URI = 181;    { ER_NO_SCHEME_IN_URI,       "No scheme found in URI: {0}"},   /**  No scheme found in URI  *///  public static final int ER_NO_SCHEME_INURI = 182;    { ER_NO_SCHEME_INURI,       "No scheme found in URI"},   /**  Path contains invalid character:   *///  public static final int ER_PATH_INVALID_CHAR = 183; 

⌨️ 快捷键说明

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