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.
Public constructors | |
---|---|
InvalidMarkException()
Constructs an instance of this class. |
Inherited methods | |
---|---|
![]()
java.lang.Throwable
| |
![]()
java.lang.Object
|
InvalidMarkException ()
Constructs an instance of this class.