public class LarkException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected Object |
object |
| Constructor and Description |
|---|
LarkException(Object object,
String errorCode,
String message) |
LarkException(String errorCode) |
LarkException(String errorCode,
String message) |
LarkException(String errorCode,
String message,
Throwable cause) |
LarkException(String errorCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
Object |
getObject() |
void |
setErrorCode(String errorCode) |
void |
setObject(Object object) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LarkException(String errorCode)
Copyright © 2016. All rights reserved.