Most visited

Recently visited

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

From class java.lang.Throwable
From class java.lang.Object

Public constructors

InvalidMarkException

Added in API level 1
InvalidMarkException ()

Constructs an instance of this class.

Hooray!