|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
freemarker.template.TemplateException
freemarker.core.NonBooleanException
public class NonBooleanException
A subclass of TemplateException that indicates that the internals expected an expression to evaluate to a boolean value and it didn't.
| Constructor Summary | |
|---|---|
NonBooleanException(Environment env)
|
|
NonBooleanException(java.lang.String description,
Environment env)
|
|
| Method Summary |
|---|
| Methods inherited from class freemarker.template.TemplateException |
|---|
getCause, getCauseException, getEnvironment, getFTLInstructionStack, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonBooleanException(Environment env)
public NonBooleanException(java.lang.String description,
Environment env)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||