public class TemplateOverridesConfigLineException extends IllegalArgumentException
Indicates a line in the template-override configuration file is invalid.
aliteralmind __DASH__ github __AT__ yahoo __DOT__ com), dual-licensed under the LGPL (version 3.0 or later) or the ASL (version 2.0). See source code for details. http://codelet.aliteralmind.com, https://github.com/aliteralmind/codelet| Constructor and Description |
|---|
TemplateOverridesConfigLineException(int line_num,
String line) |
TemplateOverridesConfigLineException(int line_num,
String line,
String message) |
TemplateOverridesConfigLineException(int line_num,
String line,
String message,
Throwable cause) |
TemplateOverridesConfigLineException(int line_num,
String line,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorMessage(int line_num,
String line,
String message) |
int |
getLineNumber() |
String |
getLineText() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemplateOverridesConfigLineException(int line_num, String line, String message)
public TemplateOverridesConfigLineException(int line_num, String line)
public TemplateOverridesConfigLineException(int line_num, String line, String message, Throwable cause)
public TemplateOverridesConfigLineException(int line_num, String line, Throwable cause)
public int getLineNumber()
public String getLineText()
public static final String getErrorMessage(int line_num, String line, String message)
Copyright 2014, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
https://github.com/aliteralmind/codelet