Package freemarker.core
Class UnparsableValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.TemplateValueFormatException
freemarker.core.UnparsableValueException
- All Implemented Interfaces:
Serializable
Thrown when the content of the string that should be parsed by the
TemplateValueFormat
doesn't match what the
format expects.- Since:
- 2.3.24
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionUnparsableValueException(String message)
UnparsableValueException(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
-
UnparsableValueException
-
UnparsableValueException
-