public class RemoteCallException extends BaseRemoteCallException
DATE_FORMAT| 构造器和说明 |
|---|
RemoteCallException() |
RemoteCallException(String message) |
RemoteCallException(String message,
@NonNull List<ExceptionChain> exceptionChains) |
RemoteCallException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExceptionChain |
getRawExceptionInfo() |
StackTraceElement[] |
getStackTrace() |
boolean |
isInstanceOf(Class<? extends Throwable> exception)
判断异常是否为原始异常的子类
|
static void |
main(String[] args) |
void |
printStackTrace() |
BaseRemoteCallException |
throwException(String message) |
BaseRemoteCallException |
throwException(String message,
List<ExceptionChain> exceptionChains) |
BaseRemoteCallException |
throwException(String message,
Throwable cause) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTracepublic RemoteCallException()
public RemoteCallException(String message)
public RemoteCallException(String message, @NonNull @NonNull List<ExceptionChain> exceptionChains)
public StackTraceElement[] getStackTrace()
getStackTrace 在类中 Throwablepublic ExceptionChain getRawExceptionInfo()
public boolean isInstanceOf(Class<? extends Throwable> exception)
isInstanceOf 在类中 BaseRemoteCallExceptionpublic void printStackTrace()
printStackTrace 在类中 Throwablepublic BaseRemoteCallException throwException(String message)
throwException 在类中 BaseRemoteCallExceptionpublic BaseRemoteCallException throwException(String message, List<ExceptionChain> exceptionChains)
throwException 在类中 BaseRemoteCallExceptionpublic BaseRemoteCallException throwException(String message, Throwable cause)
throwException 在类中 BaseRemoteCallExceptionpublic static void main(String[] args) throws ClassNotFoundException
Copyright © 2020. All rights reserved.