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