public class JsonSerializerException extends SerializerException
| Constructor and Description |
|---|
JsonSerializerException(net.morimekta.util.json.JsonException e) |
| Modifier and Type | Method and Description |
|---|---|
String |
displayString() |
net.morimekta.util.json.JsonException |
getCause() |
int |
getLen() |
String |
getLine() |
int |
getLineNo() |
int |
getLinePos() |
Throwable |
initCause(Throwable throwable) |
String |
toString() |
getCallType, getExceptionType, getMethodName, getSequenceNo, setCallType, setExceptionType, setMethodName, setSequenceNoaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic JsonSerializerException(@Nonnull net.morimekta.util.json.JsonException e)
@Nonnull public net.morimekta.util.json.JsonException getCause()
public String getLine()
public int getLineNo()
public int getLinePos()
public int getLen()
public String toString()
toString in class SerializerException@Nonnull public String displayString()
displayString in interface net.morimekta.util.DisplayabledisplayString in class SerializerExceptionCopyright © 2015–2020 morimekta.net. All rights reserved.