public class EvaluableException extends Exception
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValidationError() |
static EvaluableException |
of(String message,
Object... args) |
static EvaluableException |
ofUnsupportedDataTypeInOperation() |
static EvaluableException |
validationError(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean isValidationError()
public static EvaluableException ofUnsupportedDataTypeInOperation()
public static EvaluableException of(String message, Object... args)
public static EvaluableException validationError(String message)
Copyright © 2024. All rights reserved.