Package freemarker.core
Class ParsingNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.TemplateValueFormatException
freemarker.core.ParsingNotSupportedException
- All Implemented Interfaces:
- Serializable
Thrown when the 
TemplateValueFormat doesn't support parsing, and parsing was invoked.- Since:
- 2.3.24
- See Also:
- Serialized Form
- 
Constructor SummaryConstructorsConstructorDescriptionParsingNotSupportedException(String message)ParsingNotSupportedException(String message, Throwable cause)
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParsingNotSupportedException
- 
ParsingNotSupportedException
 
-