Added in API level 1

InvalidMarkException

public class InvalidMarkException
extends IllegalStateException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ java.lang.IllegalStateException
           ↳ java.nio.InvalidMarkException


Unchecked exception thrown when an attempt is made to reset a buffer when its mark is not defined.

Summary

Public constructors

InvalidMarkException()

Constructs an instance of this class.

Inherited methods

Public constructors

InvalidMarkException

Added in API level 1
public InvalidMarkException ()

Constructs an instance of this class.