Package freemarker.core
Class UnregisteredOutputFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.core.UnregisteredOutputFormatException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnregisteredOutputFormatException extends java.lang.Exception
- Since:
- 2.3.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnregisteredOutputFormatException(java.lang.String message)
UnregisteredOutputFormatException(java.lang.String message, java.lang.Throwable cause)
-