/**@class java.nio.BufferUnderflowException
@extends java.lang.RuntimeException

 Unchecked exception thrown when a relative <i>get</i> operation reaches
 the source buffer's limit.

 @since 1.4
*/
var BufferUnderflowException = {


};