Java In A Nutshell, 5th Edition
Signals that a buffer's position cannot be reset( ) because there is no mark defined. Figure 13-8. java.nio.InvalidMarkException
public class InvalidMarkException extends IllegalStateException { // Public Constructors public InvalidMarkException ( ); }
|