T4.java revision 3233:b5d08bc0d224
1176772Sraj/*
2176772Sraj * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
3176772Sraj * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4176772Sraj *
5176772Sraj * This code is free software; you can redistribute it and/or modify it
6176772Sraj * under the terms of the GNU General Public License version 2 only, as
7176772Sraj * published by the Free Software Foundation.
8176772Sraj *
9176772Sraj * This code is distributed in the hope that it will be useful, but WITHOUT
10176772Sraj * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11176772Sraj * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12176772Sraj * version 2 for more details (a copy is included in the LICENSE file that
13176772Sraj * accompanied this code).
14176772Sraj *
15176772Sraj * You should have received a copy of the GNU General Public License version
16176772Sraj * 2 along with this work; if not, write to the Free Software Foundation,
17176772Sraj * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18176772Sraj *
19176772Sraj * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20176772Sraj * or visit www.oracle.com if you need additional information or have any
21176772Sraj * questions.
22176772Sraj */
23176772Sraj
24176772Srajpackage pkg;
25176772Sraj
26176772Srajpublic class T4 extends Exception {}
27176772Sraj