freemarker.core

Class NonBooleanException


public class NonBooleanException
extends TemplateException

A subclass of TemplateException that indicates that the internals expected an expression to evaluate to a boolean value and it didn't.
Author:
Jonathan Revusky

Constructor Summary

NonBooleanException(String description, Environment env)
NonBooleanException(Environment env)

Method Summary

Methods inherited from class freemarker.template.TemplateException

getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace

Constructor Details

NonBooleanException

public NonBooleanException(String description,
                           Environment env)

NonBooleanException

public NonBooleanException(Environment env)