Package freemarker.core
Class CallPlaceCustomDataInitializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.CallPlaceCustomDataInitializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CallPlaceCustomDataInitializationException extends java.lang.Exception
Thrown byDirectiveCallPlace.getOrCreateCustomData(Object, freemarker.template.utility.ObjectFactory)
- Since:
- 2.3.22
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallPlaceCustomDataInitializationException(java.lang.String message, java.lang.Throwable cause)
-