public class ThriftException
extends net.morimekta.util.lexer.LexerException
| Constructor and Description |
|---|
ThriftException(String message,
Object... params) |
ThriftException(ThriftToken token,
String message,
Object... params) |
ThriftException(Throwable cause,
String message,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getError() |
String |
getFile() |
ThriftException |
initCause(Throwable cause) |
ThriftException |
setFile(String file) |
String |
toString() |
displayString, getLength, getLine, getLineNo, getLinePos, replaceNonPrintableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ThriftException(ThriftToken token, String message, Object... params)
@Nonnull public ThriftException setFile(String file)
@Nonnull public ThriftException initCause(Throwable cause)
initCause in class net.morimekta.util.lexer.LexerExceptionpublic String toString()
toString in class net.morimekta.util.lexer.LexerExceptionprotected String getError()
getError in class net.morimekta.util.lexer.LexerExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.