aboutsummaryrefslogtreecommitdiff
path: root/src/test/test2/SetExceptions.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test2/SetExceptions.java')
-rw-r--r--src/test/test2/SetExceptions.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/test2/SetExceptions.java b/src/test/test2/SetExceptions.java
new file mode 100644
index 0000000..fd3f232
--- /dev/null
+++ b/src/test/test2/SetExceptions.java
@@ -0,0 +1,7 @@
+package test2;
+
+public class SetExceptions {
+ public void f() throws Exception {
+ throw new Exception();
+ }
+}