public class ExpectIOException extends IOException
| Constructor and Description |
|---|
ExpectIOException(String message,
String inputBuffer)
Creates a new exception instance with the given error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInputBuffer()
Retrieves the input data buffer when the exception occurs.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getInputBuffer()
Copyright © 2014–2018 Alexey Gavrilov and contributors. All rights reserved.