home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / VJ98 / MSJVC.DLL / string.txt next >
Text File  |  1998-02-21  |  13KB  |  257 lines

  1. 1    Internal Compiler Error
  2. 2    Out of memory
  3. 4    Cannot open class file '%s' for reading
  4. 5    Cannot open class file '%s' for writing
  5. 6    Cannot read class file '%s'
  6. 7    Cannot write class file '%s'
  7. 10    Syntax error
  8. 11    Expected ':'
  9. 12    Expected ';'
  10. 13    Expected '('
  11. 14    Expected ')'
  12. 15    Expected ']'
  13. 16    Expected '{'
  14. 17    Expected '}'
  15. 18    Expected 'while'
  16. 19    Expected identifier
  17. 20    Expected 'class' or 'interface'
  18. 21    Expected type specifier
  19. 22    Expected end of file
  20. 23    Expected 'catch' or 'finally'
  21. 24    Expected method body
  22. 25    Expected statement
  23. 26    Expected Unicode escape sequence
  24. 27    Identifier too long
  25. 28    Invalid number
  26. 29    Invalid character
  27. 30    Invalid character constant
  28. 31    Invalid escape character
  29. 32    Unterminated string constant
  30. 33    Unterminated comment
  31. 35    Initializer block cannot have modifiers except 'static'
  32. 36    A data member cannot be 'native', 'abstract', or 'synchronized'
  33. 37    A method cannot be 'transient' or 'volatile'
  34. 38    'final' member '%s' must be initialized when declared in an interface
  35. 40    Cannot define a method body for abstract/native methods
  36. 41    Duplicate modifier
  37. 42    Only classes can implement interfaces
  38. 43    Redeclaration of member '%s'
  39. 44    Cannot find definition for class '%s'
  40. 45    '%s' is not a class name
  41. 46    '%s' is not an interface name
  42. 47    '%s' is not a package name
  43. 48    Cannot extend final class '%s'
  44. 49    Undefined name '%s'
  45. 51    Undefined package '%s'
  46. 53    Ambiguous name: '%s' and '%s'
  47. 56    Missing return type specification
  48. 57    Class file '%s' should not contain public class '%s'
  49. 58    Cannot have a variable of type 'void'
  50. 59    Cannot reference member '%s' without an object
  51. 60    Invalid forward reference to member '%s'
  52. 61    The members '%s' and '%s' differ in return type only
  53. 62    Attempt to reduce access level of member '%s'
  54. 63    Declare the class abstract, or implement abstract member '%s'
  55. 65    Cannot assign to this expression
  56. 66    'this' can only be used in non-static methods
  57. 67    Cannot convert '%s' to '%s'
  58. 68    Cannot implicitly convert '%s' to '%s'
  59. 69    Cannot apply '.' operator to an operand of type '%s'
  60. 72    '%s' is not a member of class '%s'
  61. 74    Operator cannot be applied to '%s' and '%s' values
  62. 75    Invalid call
  63. 76    Too many arguments for method '%s'
  64. 77    Not enough arguments for method '%s'
  65. 78    Class '%s' doesn't have a method that matches '%s'
  66. 79    Ambiguity between '%s' and '%s'
  67. 80    Value for argument '%s' cannot be converted from '%s' in call to '%s'
  68. 81    Value for argument %s cannot be converted from '%s' in call to '%s'
  69. 82    Class '%s' doesn't have a constructor that matches '%s'
  70. 83    'super()' or 'this()' may only be called within a constructor
  71. 84    Cannot return a value from a 'void' method
  72. 85    Expected return value of type '%s'
  73. 86    '[]' cannot be applied to a value of type '%s'
  74. 87    'goto' statement is not currently supported by Java
  75. 89    The case '%s' has already been defined in switch statement.
  76. 90    'default' has already been defined in switch statement
  77. 91    'case' outside of switch statement
  78. 92    Constant expression expected
  79. 93    'break' only allowed in loops and switch statements
  80. 94    Label '%s' not found
  81. 95    'continue' only allowed in loop
  82. 96    Class value expected
  83. 97    'instanceof' operator expected class or array
  84. 98    Attempt to access non-existent member of '%s'
  85. 100    Cannot throw '%s' - the type does not inherit from 'Throwable'
  86. 101    The type '%s' does not inherit from 'Throwable'
  87. 102    Handler for '%s' hidden by earlier handler for '%s'
  88. 103    Cannot override final method '%s'
  89. 104    Unreachable statement or declaration
  90. 105    Method '%s' must return a value
  91. 106    Class '%s' has a circular dependency
  92. 107    Missing array dimension
  93. 108    Cannot 'new' an instance of type '%s'
  94. 109    Cannot 'new' an instance of abstract class '%s'
  95. 110    Cannot 'new' an interface '%s'
  96. 111    Invalid use of array initializer
  97. 112    Cannot assign final variable '%s'
  98. 113    Call to constructor must be first statement in constructor
  99. 114    Cannot reference 'this' in constructor call
  100. 115    Cannot call constructor recursively (directly or indirectly)
  101. 116    Variable '%s' may be used before initialization
  102. 117    Cannot declare an interface or outer class to be 'private'
  103. 120    Divide or mod by zero
  104. 121    Unable to recover from previous error(s)
  105. 122    Exception '%s' not caught or declared by '%s'
  106. 123    Multiple inheritance of classes is not supported
  107. 124    Operator cannot be applied to '%s' values
  108. 125    'finally' block used without 'try' statement
  109. 126    'catch' block used without 'try' statement
  110. 127    'else' keyword used without 'if' statement
  111. 128    Cannot declare an interface to be 'final'
  112. 129    Cannot declare a class to be '%s' and '%s'
  113. 130    Cannot declare an interface method to be 'native', 'static', 'synchronized', or 'final'
  114. 131    Cannot declare a method to be '%s' and '%s'
  115. 132    Cannot declare a field to be '%s' and '%s'
  116. 133    Constructors cannot be declared 'native', 'abstract', 'static', 'synchronized', or 'final'
  117. 134    Interfaces cannot have constructors
  118. 135    Interface data members cannot be declared 'transient', 'volatile', 'private', or 'protected'
  119. 136    Public class '%s' should not be defined in '%s'
  120. 138    Interface cannot have static or instance initializer
  121. 139    Invalid label
  122. 140    Cannot override static method '%s' with non-static method '%s'
  123. 141    Argument cannot have type void
  124. 142    Cannot make static call to abstract method '%s'
  125. 143    Cannot throw exception '%s' from static initializer
  126. 144    Cannot find definition for interface '%s'
  127. 145    Output directory or file too long: '%s%s%s'
  128. 146    Cannot create output directory '%s'
  129. 147    Cannot access private member '%s' in class '%s' from class '%s'
  130. 148    Cannot reference instance method '%s' before superclass constructor has been called
  131. 150    Cannot have repeated interface '%s'
  132. 151    Variable '%s' is already defined in this method
  133. 152    Ambiguous reference to '%s' in interfaces '%s' and '%s'
  134. 158    Class '%s' already defined
  135. 161    Cannot open source file: '%s'
  136. 162    Failed to initialize compiler
  137. 163    Array '%s' missing array index
  138. 164    Ambiguous import of class '%s' from more than one package
  139. 165    Cannot throw exception '%s' from method '%s' -- it is not a subclass of any exceptions thrown from overridden method '%s'
  140. 166    Cannot access member '%s' in class '%s' from '%s' -- it is in a different package
  141. 167    Cannot override non-static method '%s' with static method '%s'
  142. 168    The declaration of an abstract method must appear within an abstract class
  143. 169    Cannot access '%s' -- only public classes and interfaces in other packages can be accessed.
  144. 170    Cannot load predefined class '%s'
  145. 173    Found class '%s' in package '%s' rather than package '%s'
  146. 175    Cannot invoke method on 'null' literal
  147. 176    Duplicate label '%s' nested inside another label with same name
  148. 189    'return' not allowed in a static initializer or instance initializer
  149. 191    Expected '.class'
  150. 192    '.class' on intrinsic type requires Java 1.1 compatible class libraries
  151. 193    Cannot have an array of type 'void'
  152. 194    Class or interface cannot be declared 'volatile', 'native', 'transient', or 'synchronized'
  153. 195    Cannot declare '%s' as 'static' in inner class '%s'
  154. 196    Nested class '%s' cannot have the same name as any of its enclosing classes
  155. 197    Cannot declare interface in inner class '%s'.
  156. 198    An enclosing instance of type '%s' is required
  157. 199    Call of 'this()' cannot be qualified
  158. 200    'this' must be qualified with a class name
  159. 201    'super' cannot be qualified except as a superclass constructor call
  160. 202    'super()' cannot be qualified; superclass '%s' is not an inner class
  161. 203    Cannot access protected member '%s' in class '%s' from class '%s'
  162. 204    Cannot access protected member '%s' in class '%s' via a qualifier of type '%s'
  163. 205    Cannot use non-final local variable '%s' from a different method
  164. 206    Cannot assign a second value to blank final variable '%s'
  165. 207    Cannot assign blank final variable '%s' in a loop
  166. 208    Constructor or instance initializer must assign a value to blank final variable '%s'
  167. 209    Expected '='
  168. 210    Expected '.'
  169. 214    Invalid GUID specified
  170. 215    Syntax error in @com declaration
  171. 216    @com attribute '%s' on '%s' is illegal in this context
  172. 217    @com attribute '%s' was not specified for '%s', but is required in this context
  173. 218    @com attribute '%s' on '%s' has an invalid value
  174. 219    An @com attribute cannot be placed on member '%s' unless the containing class or interface also has an @com attribute
  175. 220    An @com attribute cannot be placed on static member '%s'
  176. 221    The @com attribute on member 'identifier' cannot be used in this type of class or interface
  177. 222    @com attribute cannot be placed on method '%s'--it must be declared 'native' or be in an interface
  178. 223    The @com.parameters declaration on member '%s' has the wrong number of parameters
  179. 224    'return' must be the last item in an @com.parameters declaration
  180. 225    An @com.%s declaration is illegal for this type of item.
  181. 226    The @com declared type of '%s' is illegal for a dispatch or dual interface
  182. 227    It is impossible for an expression of type '%s' to be an instance of '%s'
  183. 228    Syntax error in @dll declaration
  184. 229    Expected string constant
  185. 230    Class or interface name '%s' conflicts with import '%s'
  186. 231    Expression statement must be assignment, method call, increment, decrement, or 'new'
  187. 232    Expected '{' or ';'
  188. 233    Catch clause is unreachable; exception '%s' is never thrown in the corresponding try block
  189. 234    '%s' is not a field in class '%s'
  190. 235    '%s' is not a method in class '%s'
  191. 236    '%s' is not a nested class or interface in class '%s'
  192. 237    '%s' is not a field or nested class in class '%s'
  193. 238    Cannot throw exception '%s' from field initializer
  194. 239    Static initializer must assign a value to blank final variable '%s'
  195. 240    Syntax error in @security declaration
  196. 241    '@security' can only be specified on a class or interface
  197. 242    Cannot make static call to non-static method '%s'
  198. 243    '%s' is obsolete; use '%s' instead
  199. 244    @conditional allowed only on void-returning methods
  200. 245    Warning treated as error
  201. 246    Invalid token on a # directive
  202. 247    #elif without matching #if
  203. 248    #endif without matching #if
  204. 249    #else without matching #if
  205. 250    Already had an #else
  206. 251    Unexpected EOF while looking for #endif
  207. 252    #if nested too deeply
  208. 253    Cannot have #define/#undef after source
  209. 254    Cannot change predefined symbol
  210. 255    Expected #endif
  211. 256    Expected 'class', 'interface', or 'delegate'
  212. 257    Delegate cannot be initialized with static method '%s'
  213. 258    Cannot declare delegate in inner class '%s'
  214. 259    Exception '%s' from method '%s' is not a subclass of any exceptions declared thrown by delegate '%s'
  215. 260    Cannot declare an interface method to be 'protected' or 'private'
  216. 261    An explicit enclosing instance of class '%s' is needed to instantiate inner class '%s'
  217. 262    An explicit enclosing instance of class '%s' is needed to call constructor of superclass '%s'
  218. 263    Referenced class file is out of date
  219. 264    Array cannot have a dimension
  220. 265    @dll attribute cannot be placed on method '%s'--it must be declared 'native'
  221. 266    Compilation canceled by user
  222. 269    Ambiguous name: inherited '%s' and outer scope '%s'--an explicit 'this' qualifier is required
  223. 270    Ambiguous reference to '%s' in interface '%s' and class '%s'
  224. 271    Expected 'delegate'
  225. 272    A multicast delegate cannot return a value
  226. 273    Cannot cast to 'void'
  227. 274    Expected '@com.register' within single comment preceding class '%s'
  228. 275    Class or interface name '%s' conflicts with package '%s'
  229. 500    #error '%s'
  230. 5001    Local variable '%s' is initialized but never used
  231. 5002    Compiler option '%S' not supported
  232. 5003    Ignoring unknown compiler option '%S'
  233. 5004    Missing argument for compiler option '%S'
  234. 5005    Package '%s' was already implicitly imported
  235. 5006    'private protected' not supported, using 'protected'
  236. 5014    '%s' has been deprecated by the author of '%s'
  237. 5015    The parameter '%s' in an @com.parameters declaration does not match the corresponding argument '%s'
  238. 5016    This instanceof operator will always be true
  239. 5017    '%s' is obsolete; use '%s' instead
  240. 5018    Class, interface, or package name contains characters not in the ASCII character set
  241. 5019    Public member of COM-exposed class or interface contains characters not in the ASCII character set
  242. 5020    Directive '%s' ignored -- extensions are turned off
  243. 5022    Referenced class file '%s' may be older than '%s'
  244. 5023    File '%s' has more than 65535 lines--debug information may be incorrect
  245. 5024    Package '%s' was already imported
  246. 5500    #warning '%s'
  247. 10001        Loading class: %s
  248. 10002        Loading class: %s (referenced in %s)
  249. 10003        Creating class %s
  250. 10004        %s is out of date or does not exist
  251. 10005        Generating file '%s'
  252. 10006    Parsing %s:
  253. 10007    Compiling %s:
  254. 20022    warning
  255. 20023    error
  256. 20024    fatal error
  257.