diff options
Diffstat (limited to 'java/lang/IllegalAccessException.java')
-rw-r--r-- | java/lang/IllegalAccessException.java | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/java/lang/IllegalAccessException.java b/java/lang/IllegalAccessException.java index 20b0048b5..bb2d1cdd2 100644 --- a/java/lang/IllegalAccessException.java +++ b/java/lang/IllegalAccessException.java @@ -1,3 +1,23 @@ +/************************************************************************* +/* IllegalAccessException.java -- exception thrown when trying to load a +/* class that is not public and in another package. +/* +/* Copyright (c) 1998 by Free Software Foundation, Inc. +/* +/* This program is free software; you can redistribute it and/or modify +/* it under the terms of the GNU Library General Public License as published +/* by the Free Software Foundation, version 2. (see COPYING.LIB) +/* +/* This program is distributed in the hope that it will be useful, but +/* WITHOUT ANY WARRANTY; without even the implied warranty of +/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +/* GNU General Public License for more details. +/* +/* You should have received a copy of the GNU General Public License +/* along with this program; if not, write to the Free Software Foundation +/* Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA +/*************************************************************************/ + package java.lang; /** |