freemarker.template

Class Template.WrongEncodingException

Enclosing Class:
Template
Implemented Interfaces:
FMParserConstants

public static class Template.WrongEncodingException
extends ParseException

Field Summary

String
specifiedEncoding

Fields inherited from class freemarker.core.ParseException

columnNumber, currentToken, eol, expectedTokenSequences, lineNumber, specialConstructor, tokenImage

Constructor Summary

WrongEncodingException(String specifiedEncoding)

Method Summary

Methods inherited from class freemarker.core.ParseException

add_escapes, getColumnNumber, getLineNumber, getMessage

Field Details

specifiedEncoding

public String specifiedEncoding

Constructor Details

WrongEncodingException

public WrongEncodingException(String specifiedEncoding)