@@ -86,10 +86,11 @@ /** * Get the thrown object * @return thrown object */ + @Override public Object getThrown() { return thrown; } @Override