public class TaskIOException extends TaskException
| Constructor and Description |
|---|
TaskIOException(String message) |
TaskIOException(String message,
Throwable cause) |
TaskIOException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static void |
require(boolean condition,
String exceptionMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TaskIOException(String message)
public TaskIOException(Throwable cause)
public static void require(boolean condition,
String exceptionMessage)
throws TaskIOException
condition - exceptionMessage - TaskIOException - with the given message if condition is falseCopyright © 2021 sejda. All rights reserved.