Class UnrecognizedTimeZoneException

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

public class UnrecognizedTimeZoneException extends Exception
Indicates that the time zone name is not recognized.
See Also:
Serialized Form
  • Constructor Details

    • UnrecognizedTimeZoneException

      public UnrecognizedTimeZoneException(String timeZoneName)
  • Method Details

    • getTimeZoneName

      public String getTimeZoneName()