public class ConfigException
extends net.morimekta.util.lexer.LexerException
| Constructor and Description |
|---|
ConfigException(ConfigToken token,
String format,
Object... args) |
ConfigException(net.morimekta.providence.serializer.JsonSerializerException cause) |
ConfigException(net.morimekta.providence.serializer.pretty.PrettyException cause) |
ConfigException(String format,
Object... args) |
ConfigException(Throwable cause,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getError() |
String |
getFile() |
ConfigException |
initCause(Throwable cause) |
ConfigException |
setFile(String file) |
String |
toString() |
displayString, getLength, getLine, getLineNo, getLinePos, replaceNonPrintableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected String file
public ConfigException(@Nonnull net.morimekta.providence.serializer.pretty.PrettyException cause)
public ConfigException(@Nonnull net.morimekta.providence.serializer.JsonSerializerException cause)
public ConfigException(ConfigToken token, String format, Object... args)
public ConfigException setFile(String file)
public String getFile()
protected String getError()
getError in class net.morimekta.util.lexer.LexerException@Nonnull public ConfigException initCause(Throwable cause)
initCause in class net.morimekta.util.lexer.LexerExceptionpublic String toString()
toString in class net.morimekta.util.lexer.LexerExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.