|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--freemarker.template.TemplateException | +--freemarker.template.compiler.NonNumericalException
A subclass of TemplateException that indicates that the internals expected an expression to evaluate to a numerical value and it didn't.
Constructor Summary | |
NonNumericalException()
|
|
NonNumericalException(java.lang.String description)
|
Methods inherited from class freemarker.template.TemplateException |
getCauseException, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NonNumericalException()
public NonNumericalException(java.lang.String description)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |