summaryrefslogtreecommitdiff
path: root/gnu/classpath/jdwp/event/ExceptionEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/classpath/jdwp/event/ExceptionEvent.java')
-rw-r--r--gnu/classpath/jdwp/event/ExceptionEvent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/classpath/jdwp/event/ExceptionEvent.java b/gnu/classpath/jdwp/event/ExceptionEvent.java
index 124a64abd..a51e69c8f 100644
--- a/gnu/classpath/jdwp/event/ExceptionEvent.java
+++ b/gnu/classpath/jdwp/event/ExceptionEvent.java
@@ -79,6 +79,7 @@ public class ExceptionEvent
* @param thread the thread where the exception occurred
* @param location the location where the exception was thrown
* @param catchLocation the location where the exception was caught
+ * @param instance the instance that threw the exception
*/
public ExceptionEvent(Throwable exception, Thread thread, Location location,
Location catchLocation, Object instance)