Package freemarker.core
Class InvalidFormatStringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.TemplateValueFormatException
-
- freemarker.core.InvalidFormatStringException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidFormatParametersException
,UndefinedCustomFormatException
public abstract class InvalidFormatStringException extends TemplateValueFormatException
Used when creatingTemplateDateFormat
-s andTemplateNumberFormat
-s to indicate that the format string (like the value of thedateFormat
setting) is malformed.- Since:
- 2.3.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidFormatStringException(java.lang.String message)
InvalidFormatStringException(java.lang.String message, java.lang.Throwable cause)
-