public class _MiscTemplateException extends TemplateException
TemplateException
-s that don't fit into any category that warrant its own class. In fact, this was added
because the API of TemplateException
is too simple for the purposes of the core, but it can't be
extended without breaking backward compatibility and exposing internals.getBlamedExpressionString, getCauseException, getColumnNumber, getEndColumnNumber, getEndLineNumber, getEnvironment, getFTLInstructionStack, getLineNumber, getMessage, getMessageWithoutStackTop, getTemplateName, getTemplateSourceName, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStandardStackTrace, printStandardStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public _MiscTemplateException(String description)
public _MiscTemplateException(Environment env, String description)
public _MiscTemplateException(Throwable cause, Environment env)
public _MiscTemplateException(Throwable cause)
public _MiscTemplateException(Throwable cause, Environment env, String description)
public _MiscTemplateException(_ErrorDescriptionBuilder description)
public _MiscTemplateException(Environment env, _ErrorDescriptionBuilder description)
public _MiscTemplateException(Throwable cause, Environment env, _ErrorDescriptionBuilder description)
public _MiscTemplateException(Object[] descriptionParts)
public _MiscTemplateException(Environment env, Object[] descriptionParts)
public _MiscTemplateException(Throwable cause, Environment env, Object[] descriptionParts)
public _MiscTemplateException(Expression blamed, Object[] descriptionParts)
public _MiscTemplateException(Expression blamed, Environment env, Object[] descriptionParts)
public _MiscTemplateException(Expression blamed, Throwable cause, Environment env, Object[] descriptionParts)
public _MiscTemplateException(Expression blamed, String description)
public _MiscTemplateException(Expression blamed, Environment env, String description)
public _MiscTemplateException(Expression blamed, Throwable cause, Environment env, String description)
Copyright © 2016. All Rights Reserved.