1094N/A# Copyright (c) 2000, 2007, Oracle
and/or its affiliates. All rights reserved.
1094N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1094N/A# This code is free software; you can redistribute it
and/or modify it
1094N/A# under the terms of the GNU General Public License version 2 only, as
1094N/A# published by the Free Software Foundation. Oracle designates this
1094N/A# particular file as subject to the "Classpath" exception as provided
1094N/A# by Oracle in the LICENSE file that accompanied this code.
1094N/A# This code is distributed in the hope that it will be useful, but WITHOUT
1094N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1094N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1094N/A# version 2 for more details (a copy is included in the LICENSE file that
1094N/A# You should have received a copy of the GNU General Public License version
1094N/A# 2 along with this work; if not, write to the Free Software Foundation,
1094N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1094N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1094N/A# This year should only change if the generated source is modified.
1094N/ACOPYRIGHT_YEARS="2000, 2007,"
4500N/Agen BufferOverflowException "
1094N/A * Unchecked exception thrown when a relative <i>put</i> operation reaches
1094N/A * the target buffer's limit." \
2086N/Agen BufferUnderflowException "
1094N/A * Unchecked exception thrown when a relative <i>get</i> operation reaches
4500N/A * the source buffer's limit." \
3363N/A * Unchecked exception thrown when an attempt is made to reset a buffer
3363N/A * when its mark is not defined." \
1094N/ASUPER=UnsupportedOperationException
1094N/Agen ReadOnlyBufferException "
1094N/A * Unchecked exception thrown when a content-mutation method such as
4500N/A * <tt>put</tt> or <tt>compact</tt> is invoked upon a read-only buffer." \