public class UncheckedTemplateException extends RuntimeException
Constructor and Description |
---|
UncheckedTemplateException(String message) |
UncheckedTemplateException(String message,
Throwable cause) |
UncheckedTemplateException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static UncheckedTemplateException |
argumentAlreadyExist(String arg) |
static UncheckedTemplateException |
invalidArgumentName(Object argName) |
static UncheckedTemplateException |
invalidCharacterInParam(char c,
int idx) |
static UncheckedTemplateException |
invalidNumberOfArguments(int argsNum) |
static UncheckedTemplateException |
invalidStateException(BladeTemplate.State state) |
static UncheckedTemplateException |
ioExceptionReadingFromFile(String strPath,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UncheckedTemplateException(String message)
public UncheckedTemplateException(Throwable cause)
public static UncheckedTemplateException invalidNumberOfArguments(int argsNum)
public static UncheckedTemplateException argumentAlreadyExist(String arg)
public static UncheckedTemplateException invalidCharacterInParam(char c, int idx)
public static UncheckedTemplateException ioExceptionReadingFromFile(String strPath, Throwable t)
public static UncheckedTemplateException invalidArgumentName(Object argName)
public static UncheckedTemplateException invalidStateException(BladeTemplate.State state)
Copyright © 2017. All rights reserved.