Exception: java.nio.InvalidMarkException
- public exception InvalidMarkException
- extends IllegalStateException
Unchecked exception thrown when an attempt is made to reset a buffer
when its mark is not defined.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- java.lang.IllegalStateException
- java.nio.InvalidMarkException
Methods
-
InvalidMarkExceptiontop
public InvalidMarkException()Constructs an instance of this class.
