public class DataTableException extends Exception
| Constructor and Description |
|---|
DataTableException(String message)
Data Table Exception
|
DataTableException(String message,
Throwable throwable)
Data Table Exception
|
| Modifier and Type | Method and Description |
|---|---|
static <T> io.vavr.control.Try<T> |
tryError(String errorMessage)
Creates a DataTableException wrapped in a Try.
|
static <T> io.vavr.control.Try<T> |
tryError(String errorMessage,
Throwable throwable)
Creates a DataTableException wrapped in a Try.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataTableException(String message)
message - The exception message.public static <T> io.vavr.control.Try<T> tryError(String errorMessage)
T - The Try type.errorMessage - The error message.public static <T> io.vavr.control.Try<T> tryError(String errorMessage, Throwable throwable)
T - The Try type.errorMessage - The error message.throwable - The inner exception.Copyright © 2017. All rights reserved.