public class InvalidMarkException extends IllegalStateException
InvalidMarkException is thrown when reset() is called on a
buffer, but no mark has been set previously.| Constructor and Description |
|---|
InvalidMarkException()
Constructs an
InvalidMarkException. |
InvalidMarkException(String detailMessage)
Constructs an
InvalidMarkException with the given detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMarkException()
InvalidMarkException.public InvalidMarkException(String detailMessage)
InvalidMarkException with the given detail message.