freemarker.template.utility
Class UnrecognizedTimeZoneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by freemarker.template.utility.UnrecognizedTimeZoneException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedTimeZoneException
extends java.lang.Exception

Indicates that the time zone name is not recognized.

See Also:
Serialized Form

Constructor Summary
UnrecognizedTimeZoneException(java.lang.String timeZoneName)
           
 
Method Summary
 java.lang.String getTimeZoneName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecognizedTimeZoneException

public UnrecognizedTimeZoneException(java.lang.String timeZoneName)
Method Detail

getTimeZoneName

public java.lang.String getTimeZoneName()