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, toString
public 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 © 2019 sejda. All rights reserved.