langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 8849 4189ac38ddc9
parent 8635 383a416a2bdf
child 9074 76b505d19026
--- a/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Mar 15 14:19:00 2011 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Mar 16 11:12:26 2011 +0000
@@ -1102,6 +1102,16 @@
     cast to {0} for a varargs call\n\
     cast to {1} for a non-varargs call and to suppress this warning
 
+# 0: list of type
+compiler.warn.unreachable.catch=\
+    unreachable catch clause\n\
+    thrown type {0} has already been caught
+
+# 0: list of type
+compiler.warn.unreachable.catch.1=\
+    unreachable catch clause\n\
+    thrown types {0} have already been caught
+
 # 0: symbol
 compiler.warn.long.SVUID=\
     serialVersionUID must be of type long in class {0}