public class FeelConvertException extends FeelException
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
type |
protected Object |
value |
Constructor and Description |
---|
FeelConvertException(String message,
FeelConvertException convertException) |
FeelConvertException(String message,
Object value,
Class<?> type) |
FeelConvertException(String message,
Object value,
Class<?> type,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getType() |
Object |
getValue() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022. All rights reserved.