1094N/A#
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#
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#
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# accompanied this code).
1094N/A#
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#
1094N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
1094N/A# or visit www.oracle.com if you need additional information or have any
1094N/A# questions.
1094N/A#
4500N/A
6032N/A# Generated exception classes for java.nio
1094N/A
1094N/ASINCE=1.4
2086N/APACKAGE=java.nio
1094N/A# This year should only change if the generated source is modified.
1094N/ACOPYRIGHT_YEARS="2000, 2007,"
6238N/A
6238N/A
1094N/ASUPER=RuntimeException
1094N/A
4500N/Agen BufferOverflowException "
1094N/A * Unchecked exception thrown when a relative <i>put</i> operation reaches
1094N/A * the target buffer's limit." \
1094N/A -5484897634319144535L
4500N/A
2086N/Agen BufferUnderflowException "
1094N/A * Unchecked exception thrown when a relative <i>get</i> operation reaches
4500N/A * the source buffer's limit." \
4500N/A -1713313658691622206L
1280N/A
6032N/A
1280N/ASUPER=IllegalStateException
1280N/A
3363N/Agen InvalidMarkException "
3363N/A * Unchecked exception thrown when an attempt is made to reset a buffer
3363N/A * when its mark is not defined." \
4500N/A 1698329710438510774L
4500N/A
1094N/A
1094N/ASUPER=UnsupportedOperationException
1094N/A
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." \
4500N/A -1210063976496234090L
1094N/A