freemarker.core
Class NonDateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by freemarker.template.TemplateException
              extended by freemarker.core.NonDateException
All Implemented Interfaces:
java.io.Serializable

public class NonDateException
extends TemplateException

Indicates that a date, time or date+time was expected.

See Also:
Serialized Form

Constructor Summary
NonDateException(Environment env)
           
NonDateException(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

NonDateException

public NonDateException(Environment env)

NonDateException

public NonDateException(java.lang.String description,
                        Environment env)