Package freemarker.core
Class NonMethodException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- freemarker.template.TemplateException
-
- freemarker.core.UnexpectedTypeException
-
- freemarker.core.NonMethodException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonMethodException extends UnexpectedTypeException
Indicates that aTemplateMethodModel
value was expected, but the value had a different type.- Since:
- 2.3.21
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonMethodException(Environment env)
NonMethodException(java.lang.String description, Environment env)
-
Method Summary
-
Methods inherited from class freemarker.template.TemplateException
getBlamedExpressionString, getCauseException, getColumnNumber, getEndColumnNumber, getEndLineNumber, getEnvironment, getFTLInstructionStack, getLineNumber, getMessage, getMessageWithoutStackTop, getTemplateName, getTemplateSourceName, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTrace
-
-
-
-
Constructor Detail
-
NonMethodException
public NonMethodException(Environment env)
-
NonMethodException
public NonMethodException(java.lang.String description, Environment env)
-
-