public class RemoteCallException extends RuntimeException
| 构造器和说明 |
|---|
RemoteCallException(String message) |
RemoteCallException(String message,
@NonNull List<ExceptionChain> exceptionChains) |
RemoteCallException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExceptionChain |
getRawExceptionInfo() |
String |
getRawMessage()
获取原始异常信息
|
StackTraceElement[] |
getStackTrace() |
boolean |
isAssignableFrom(Class<? extends Throwable> exception)
判断异常是否为原始异常的子类
|
void |
printStackTrace() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTracepublic RemoteCallException(String message)
public RemoteCallException(String message, @NonNull @NonNull List<ExceptionChain> exceptionChains)
public StackTraceElement[] getStackTrace()
getStackTrace 在类中 Throwablepublic String getRawMessage()
public ExceptionChain getRawExceptionInfo()
public boolean isAssignableFrom(Class<? extends Throwable> exception)
public void printStackTrace()
printStackTrace 在类中 ThrowableCopyright © 2020. All rights reserved.