home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Komercni / VAgeJava / ivj35 / setup / IDE.Cab / F9595_Messages.properties < prev    next >
Text File  |  2000-07-05  |  14KB  |  231 lines

  1. 0 = {0}
  2. 1 = super cannot be used in java.lang.Object
  3. 2 = {0} cannot be resolved or is not a type
  4. 3 = The type {0} is not visible
  5. 4 = The type {0} is ambiguous
  6. 5 = The type {0} is deprecated
  7. 6 = The type {0} is an incorrectly specified nested type; replace the '$' with '.'
  8. 15 = Incompatible operand types {0} and {1}
  9. 16 = Incompatible conditional operand types {0} and {1}
  10. 17 = Type mismatch: cannot convert from {0} to {1}
  11. 20 = No enclosing instance of the type {0} is accessible to invoke the super constructor. Must define a constructor and explicitly qualify its super constructor invocation with an instance of {0} (e.g. x.super() where x is an instance of {0}).
  12. 21 = Must explicitly qualify the allocation with an enclosing instance of type {0} (e.g. x.new A() where x is an instance of {0}).
  13. 22 = No enclosing instance of the type {0} is accessible in scope
  14. 23 = The type {0} cannot be instantiated with an enclosing instance qualification
  15. 24 = Cannot define static initializer in inner type {0}
  16. 25 = Cannot refer to a non-final variable {0} inside an inner class defined in a different method
  17. 26 = The member interface {0} can only be defined inside a top-level class or interface
  18. 27 = Cannot use an expression of the type {0} as a valid enclosing instance
  19. 28 = The default constructor of an anonymous type cannot throw exception {0}. Define an explicit constructor instead
  20. 29 = An anonymous class cannot subclass the final class {0}
  21. 50 = {0} cannot be resolved
  22. 51 = The local variable {0} may not have been initialized
  23. 52 = void is an invalid type for the variable {0}
  24. 53 = An array of void is an invalid type for the variable {0}
  25. 54 = An array of void is an invalid type
  26. 55 = Duplicate local variable {0}
  27. 56 = Duplicate argument {0}
  28. 57 = The final local variable {0} may already have been assigned
  29. 60 = Cannot assign to the final local variable {0} defined outside this inner class
  30. 61 = The local variable {0} is never used
  31. 62 = The argument {0} is never used
  32. 63 = Code of method {0} is exceeding the 65535 bytes limit
  33. 64 = Code for the static initializer is exceeding the 65535 bytes limit
  34. 65 = Too many arguments, parameter {0} is exceeding the limit of 255 words eligible for method arguments
  35. 66 = Too many local variables, local variable {0} is exceeding the limit of 65535 words eligible for method local variables
  36. 70 = {0} cannot be resolved or is not a field
  37. 71 = The field {0} is not visible
  38. 72 = The field {0} is ambiguous
  39. 73 = The field {0}.{1} is deprecated
  40. 74 = Cannot make a static reference to the non-static field {0}
  41. 75 = Cannot reference a field before it is defined
  42. 80 = Cannot assign a value to the final field {0}.{1}
  43. 81 = The blank final field {0} may not have been initialized
  44. 82 = The final field {0} may already have been assigned
  45. 100 = The method {1}({2}) is undefined for the type {0}
  46. 101 = The method {1}({2}) from the type {0} is not visible
  47. 102 = The method {1}({2}) is ambiguous for the type {0}
  48. 103 = The method {1}({2}) from the type {0} is deprecated
  49. 104 = Cannot directly invoke the abstract method {1}({2}) for the type {0}
  50. 105 = Void methods cannot return a value
  51. 106 = Cannot return a void result
  52. 107 = The method requires a body instead of a semicolon
  53. 108 = Must return a result of type {0}
  54. 110 = Method has a constructor name
  55. 111 = Return type for the method is missing
  56. 112 = Native methods do not specify a body
  57. 113 = Abstract methods do not specify a body
  58. 114 = Cannot send {1}({2}) to the primitive type {0}
  59. 115 = The method {1}({2}) in the type {0} is not applicable for the arguments ({3})
  60. 130 = The constructor {0}({1}) is undefined
  61. 131 = The constructor {0}({1}) is not visible
  62. 132 = The constructor {0}({1}) is ambiguous
  63. 133 = The constructor {0}({1}) is deprecated
  64. 135 = Cannot refer to an instance field {0} while explicitly invoking a constructor
  65. 136 = Cannot refer to an instance method while explicitly invoking a constructor
  66. 137 = Recursive constructor invocation {0}({1})
  67. 138 = Cannot refer to 'this' nor 'super' while explicitly invoking a constructor
  68. 150 = The type of the expression must be an array type but it resolved to {0}
  69. 151 = Must explicitly convert the char[] to a String
  70. 152 = String constant is exceeding the limit of 65535 bytes of UTF8 encoding
  71. 153 = case expressions must be constant expressions
  72. 154 = {0} is out of range 
  73. 156 = Cannot cast from {0} to {1}
  74. 157 = Cannot instantiate {0}
  75. 158 = Cannot define dimension expressions when an array initializer is provided
  76. 159 = Must provide either dimension expressions or an array initializer
  77. 160 = The operator {0} is undefined for the argument type(s) {1}
  78. 161 = Unreachable code
  79. 162 = Cannot return from within an initializer
  80. 163 = Initializer does not complete normally
  81. 164 = Exception {0} thrown within an initializer must be handled locally
  82. 165 = Catch block is hidden by another one in the same try statement
  83. 166 = Duplicate default case
  84. 167 = Unreachable catch block
  85. 168 = Unhandled exception type {0}
  86. 169 = case constant must be a char, byte, short, or int instead of {0}
  87. 170 = Duplicate case {0}
  88. 171 = Duplicate label {0}
  89. 172 = Missing valid breakable location
  90. 173 = Missing loop-continuation point
  91. 174 = Missing label {0}
  92. 175 = {0} is not a valid type's argument for the synchronized statement
  93. 176 = null is not a valid argument for the synchronized statement
  94. 177 = Cannot throw null
  95. 190 = Read access to enclosing field {0}.{1} is emulated by a synthetic accessor method 
  96. 191 = Write access to enclosing field {0}.{1} is emulated by a synthetic accessor method
  97. 192 = Access to enclosing method {1}({2}) from the type {0} is emulated by a synthetic accessor method
  98. 193 = Access to enclosing constructor {0}({1}) is emulated by a synthetic accessor method
  99. 195 = The method {1} is defined in an inherited type and an enclosing scope
  100. 196 = The field {0} is defined in an inherited type and an enclosing scope 
  101. 197 = The type {0} is defined in an inherited type and an enclosing scope
  102.  
  103. 200 = Cannot use {0} in a static context 
  104. 201 = The method {1}({2}) from the type {0} is not static
  105. 202 = Cannot specify an array dimension after an empty dimension
  106. 203 = Invalid cast type expression
  107. 204 = Syntax error on token "{0}", {1} expected
  108. 205 = Syntax error on token "{0}", no accurate correction available
  109. 206 = Invalid argument to operation ++/--
  110. 207 = Interfaces cannot have constructors
  111. 208 = Array constants can only be used in initializers
  112. 220 = Unmatched bracket
  113. 221 = The primitive type {0} of {1} does not have a field {2}
  114. 222 = Invalid expression as statement
  115.  
  116. 250 = Unexpected end of file
  117. 251 = Invalid hexa literal number
  118. 252 = Invalid octal literal number
  119. 253 = Invalid character constant
  120. 254 = Invalid escape sequence (valid ones are  \\b  \\t  \\n  \\f  \\r  \\"  \\'  \\\\ )
  121. 255 = Invalid input
  122. 256 = Invalid unicode
  123. 257 = Invalid float literal number
  124. 258 = Null source string
  125. 259 = String literal is not properly closed by a double-quote
  126. 260 = Unexpected end of comment
  127.  
  128. 300 = The interface {0} cannot define an initializer
  129. 301 = Duplicate modifier for the type {0}
  130. 302 = Illegal modifier for the class {0}; only public, abstract & final are permitted
  131. 303 = Illegal modifier for the interface {0}; only public & abstract are permitted
  132. 304 = Illegal modifier for the member class {0}; only public, protected, private, static, abstract & final are permitted
  133. 305 = Illegal modifier for the member interface {0}; only public, protected, private, static & abstract are permitted
  134. 306 = Illegal modifier for the local class {0}; only one of abstract or final is permitted
  135. 308 = The class {0} can be either abstract or final, not both
  136. 309 = The interface member type {0} can only be public
  137. 310 = The member type {0} can only set one of public / protected / private
  138. 311 = The member type {0} cannot be declared static; static types can only be declared in static or top level types
  139. 312 = The interface {0} cannot be the superclass of {1}; a superclass must be a class
  140. 313 = The type {1} cannot subclass the final class {0}
  141. 314 = Duplicate interface {0} for the type {1}
  142. 315 = The class {0} cannot be a superinterface of {1}; a superinterface must be an interface
  143. 316 = {1} causes a cycle - the type {0} cannot extend/implement itself or one of its own member types
  144. 317 = A cycle exists in the type hierarchy between {0} and {1}
  145. 318 = Nested type {0} hides an enclosing type
  146. 319 = Duplicate nested type {0}
  147. 320 = Cannot throw the type {0}
  148. 321 = The package {0} collides with a type
  149. 322 = The type {1} collides with a package
  150. 323 = The type {1} is already defined
  151. 324 = This compilation unit indirectly references the missing type {0} (typically through some required class files)
  152. 325 = The public type {1} must be defined in its own file
  153. 326 = A package must be specified in {0} or a default package created
  154. 327 = The hierarchy of the type {0} is inconsistent
  155. 330 = {0} cannot be resolved or is not a valid superclass
  156. 331 = Superclass {0} is not visible
  157. 332 = Superclass {0} is ambiguous
  158. 333 = Superclass {0} is an incorrectly specified nested type; replace the '$' with '.'
  159. 334 = Superclass {0} is defined in an inherited type and an enclosing scope
  160. 335 = {0} cannot be resolved or is not a valid superinterface
  161. 336 = Superinterface {0} is not visible
  162. 337 = Superinterface {0} is ambiguous
  163. 338 = Superinterface {0} is an incorrectly specified nested type; replace the '$' with '.'
  164. 339 = Superinterface {0} is defined in an inherited type and an enclosing scope
  165. 340 = Duplicate field {0}.{1}
  166. 341 = Duplicate modifier for the field {0}
  167. 342 = Illegal modifier for the field {0}; only public, protected, private, static, final, transient & volatile are permitted
  168. 343 = Illegal modifier for the interface field {0}; only public, static & final are permitted
  169. 344 = The field {0} can only set one of public / protected / private
  170. 345 = The field {0} can be either final or volatile, not both
  171. 346 = The field {0} cannot be declared static; static fields can only be declared in static or top level types
  172. 350 = {2} cannot be resolved (or is not a valid type) for the field {1}.{0}
  173. 351 = The type {2} is not visible for the field {1}.{0}
  174. 352 = The type {2} is ambiguous for the field {1}.{0}
  175. 353 = The field type {2} is an incorrectly specified nested type; replace the '$' with '.'
  176. 354 = The field type {2} is defined in an inherited type and an enclosing scope
  177. 355 = Duplicate method {0} in type {1}
  178. 356 = Illegal modifier for argument {2}; only final is permitted
  179. 357 = Duplicate modifier for the method {1} in type {0}
  180. 358 = Illegal modifier for the method {1} in type {0}
  181. 359 = Illegal modifier for the interface method {1} in type {0}; only public & abstract are permitted
  182. 360 = The method {1} in type {0} can only set one of public / protected / private
  183. 361 = The method {1} cannot be declared static; static methods can only be declared in a static or top level type
  184. 362 = The abstract method {1} in type {0} can only set a visibility modifier, one of public or protected
  185. 363 = The abstract method {1} in type {0} can only be defined by an abstract class
  186. 364 = void is an invalid type for the argument {1} of the method {0}
  187. 365 = An array of void is an invalid type for the argument {1} of the method {0}
  188. 366 = An array of void is an invalid return type for the method {0}
  189. 367 = The native method {1} cannot also be declared strictfp
  190. 370 = {2} cannot be resolved (or is not a valid type) for the argument {1} of the method {0}
  191. 371 = The type {2} is not visible for the argument {1} of the method {0}
  192. 372 = The type {2} is ambiguous for the argument {1} of the method {0}
  193. 373 = The argument type {2} is an incorrectly specified nested type; replace the '$' with '.'
  194. 374 = The argument type {2} is defined in an inherited type and an enclosing scope
  195. 375 = {1} cannot be resolved (or is not an exception type) for the method {0}
  196. 376 = The exception type {1} is not visible for the method {0}
  197. 377 = The exception type {1} is ambiguous for the method {0}
  198. 378 = The exception type {1} is an incorrectly specified nested type; replace the '$' with '.'
  199. 379 = The exception type {1} is defined in an inherited type and an enclosing scope
  200. 380 = {1} cannot be resolved (or is not a valid return type) for the method {0}
  201. 381 = The return type {1} is not visible for the method {0}
  202. 382 = The return type {1} is ambiguous for the method {0}
  203. 383 = The return type {1} is an incorrectly specified nested type; replace the '$' with '.'
  204. 384 = The return type {1} is defined in an inherited type and an enclosing scope
  205. 385 = The import {0} conflicts with a type defined in the same file
  206. 386 = The import {0} collides with another imported type
  207. 387 = Only a type can be imported. {0} resolves to a package
  208. 390 = The import {0} could not be resolved
  209. 391 = The imported type {0} is not visible
  210. 392 = The imported type {0} is ambiguous
  211. 393 = The type {0} is an incorrectly specified nested type; replace the '$' with '.'
  212. 394 = The type {0} is defined in an inherited type and an enclosing scope
  213. 395 = Duplicate modifier for the variable {0}
  214. 396 = Illegal modifier for the variable {0}; only final is permitted
  215.  
  216. 400 = Must implement the inherited abstract method {0}
  217. 401 = Cannot override the final method from {0}
  218. 402 = Exception {0} is not compatible with throws clause in {1}
  219. 403 = Exception {0} in throws clause of {1} is not compatible with {2}
  220. 404 = The return type is incompatible with {0}
  221. 405 = The method {0} cannot hide the public abstract method in {1}
  222. 406 = This instance method cannot override the static method from {0}
  223. 407 = This static method cannot hide the instance method from {0}
  224. 408 = The static method {0} conflicts with the abstract method in {1}
  225. 409 = Cannot reduce the visibility of the inherited method from {0}
  226. 410 = The method {0} does not override the inherited method from {1} since it is private to a different package.
  227. 411 = Must implement the inherited abstract method {1}, but cannot override it since it is not visible from {0}. Either make the type abstract or make the inherited method visible.
  228. 412 = Overrides deprecated method from {0}
  229.  
  230. 420 = Code snippet support cannot find the class {0}
  231. 421 = Code snippet support cannot find the method {0}.{1}({2})