Package freemarker.core
Class UnknownDateTypeFormattingUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.TemplateValueFormatException
freemarker.core.UnformattableValueException
freemarker.core.UnknownDateTypeFormattingUnsupportedException
- All Implemented Interfaces:
Serializable
public final class UnknownDateTypeFormattingUnsupportedException
extends UnformattableValueException
Thrown when a
TemplateDateModel
can't be formatted because its type is TemplateDateModel.UNKNOWN
.- Since:
- 2.3.24
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownDateTypeFormattingUnsupportedException
public UnknownDateTypeFormattingUnsupportedException()
-