public class IOException extends ITextException
| Modifier and Type | Field and Description |
|---|---|
protected Object |
obj
Object for more details
|
| Constructor and Description |
|---|
IOException(String message)
Creates a new IOException.
|
IOException(String message,
Object obj)
Creates a new IOException.
|
IOException(String message,
Throwable cause)
Creates a new IOException.
|
IOException(String message,
Throwable cause,
Object obj)
Creates a new instance of IOException.
|
IOException(Throwable cause)
Creates a new IOException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
protected Object[] |
getMessageParams()
Gets additional params for Exception message.
|
IOException |
setMessageParams(Object... messageParams)
Sets additional params for Exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Object obj
public IOException(String message)
message - the detail message.public IOException(Throwable cause)
cause - the cause (which is saved for later retrieval by Throwable.getCause() method).public IOException(String message, Object obj)
message - the detail message.obj - an object for more details.public IOException(String message, Throwable cause)
message - the detail message.cause - the cause (which is saved for later retrieval by Throwable.getCause() method).public IOException(String message, Throwable cause, Object obj)
message - the detail message.cause - the cause (which is saved for later retrieval by Throwable.getCause() method).obj - an object for more details.public String getMessage()
getMessage in class Throwableprotected Object[] getMessageParams()
public IOException setMessageParams(Object... messageParams)
messageParams - additional params.Copyright © 1998–2023 Apryse Group NV. All rights reserved.