The spec of JavaFileManager.getJavaFileForInput/Output says:
Throws:
IllegalArgumentException - ......, or if the kind is not valid
UnsupportedOperationException - if the specified kind is not supported
One exception is fine for both 'kind not valid' or 'kind not supported'.
Throws:
IllegalArgumentException - ......, or if the kind is not valid
UnsupportedOperationException - if the specified kind is not supported
One exception is fine for both 'kind not valid' or 'kind not supported'.
- relates to
-
JDK-6420156 JSR 199: rename JavaCompilerTool to JavaCompiler
-
- Resolved
-