173174175176177178179180181182183
// // Morph an IndexOutOfBoundsException to a BufferUnderflowException // for consistency. // final BufferUnderflowException bue = new BufferUnderflowException(); bue.initCause( e ); throw bue; } } /**