Package freemarker.core
Class CallPlaceCustomDataInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
freemarker.core.CallPlaceCustomDataInitializationException
- All Implemented Interfaces:
Serializable
Thrown by
DirectiveCallPlace.getOrCreateCustomData(Object, freemarker.template.utility.ObjectFactory)
- Since:
- 2.3.22
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionCallPlaceCustomDataInitializationException(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
-
CallPlaceCustomDataInitializationException
-