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