Puzzling error from the Javadoc compiler
I'm "debugging" Javadoc comments for a couple of packages that my
organization produced. I think I've eliminated all of the errors in my
comments, but a few of the source files yield this error:
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key doclet.exception_encountered
at java.util.ResourceBundle.getObject(ResourceBundle.java:352)
(there follows a long stack trace)
I researched this on the Web. It appears that the Javadoc compiler
encountered an error, but it couldn't load the property file (the
"resource") that contains the appropriate error message, so it did this
instead. I can't tell what the original error was, or what resource
file Javadoc wants, or where the file is supposed to be.
Can anyone help me diagnose and fix the problem?