C.java revision 3233:b5d08bc0d224
1132451Sroberto/*
2132451Sroberto * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
3290000Sglebius * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4290000Sglebius *
5290000Sglebius * This code is free software; you can redistribute it and/or modify it
6290000Sglebius * under the terms of the GNU General Public License version 2 only, as
7290000Sglebius * published by the Free Software Foundation.
8290000Sglebius *
9290000Sglebius * This code is distributed in the hope that it will be useful, but WITHOUT
10290000Sglebius * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11290000Sglebius * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12290000Sglebius * version 2 for more details (a copy is included in the LICENSE file that
13290000Sglebius * accompanied this code).
14290000Sglebius *
15290000Sglebius * You should have received a copy of the GNU General Public License version
16290000Sglebius * 2 along with this work; if not, write to the Free Software Foundation,
17290000Sglebius * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18290000Sglebius *
19290000Sglebius * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20290000Sglebius * or visit www.oracle.com if you need additional information or have any
21290000Sglebius * questions.
22290000Sglebius */
23290000Sglebius
24290000Sglebiuspublic class C {
25290000Sglebius    public void method() throws IllegalArgumentException {}
26290000Sglebius}
27290000Sglebius