Package freemarker.core
Class InvalidFormatStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.TemplateValueFormatException
freemarker.core.InvalidFormatStringException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidFormatParametersException
,UndefinedCustomFormatException
Used when creating
TemplateDateFormat
-s and TemplateNumberFormat
-s to indicate that the format
string (like the value of the dateFormat
setting) is malformed.- Since:
- 2.3.24
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidFormatStringException(String message)
InvalidFormatStringException(String message, Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFormatStringException
-
InvalidFormatStringException
-