Package freemarker.core
Class UnparsableValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.TemplateValueFormatException
-
- freemarker.core.UnparsableValueException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnparsableValueException extends TemplateValueFormatException
Thrown when the content of the string that should be parsed by theTemplateValueFormat
doesn't match what the format expects.- Since:
- 2.3.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnparsableValueException(java.lang.String message)
UnparsableValueException(java.lang.String message, java.lang.Throwable cause)
-