Package freemarker.core
Class ParsingNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.TemplateValueFormatException
-
- freemarker.core.ParsingNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParsingNotSupportedException extends TemplateValueFormatException
Thrown when theTemplateValueFormat
doesn't support parsing, and parsing was invoked.- Since:
- 2.3.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingNotSupportedException(java.lang.String message)
ParsingNotSupportedException(java.lang.String message, java.lang.Throwable cause)
-