public class UnformattableValueException extends TemplateValueFormatException
TemplateModel can't be formatted because of the value/properties of it are outside of that the
TemplateValueFormat supports. For example, a formatter may not support dates before year 1, or can't format
NaN. The most often used subclass is UnknownDateTypeFormattingUnsupportedException.| Constructor and Description |
|---|
UnformattableValueException(java.lang.String message) |
UnformattableValueException(java.lang.String message,
java.lang.Throwable cause) |