FileDocCategorySizeDatePackage
InvalidMarkException.javaAPI DocJava SE 5 API687Fri Aug 26 16:50:34 BST 2005java.nio

InvalidMarkException

public class InvalidMarkException extends IllegalStateException
Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.
version
1.14, 01/05/02
since
1.4

Fields Summary
Constructors Summary
public InvalidMarkException()
Constructs an instance of this class.

 
Methods Summary