public abstract class ConsoleAppRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
ConsoleAppRuntimeException() |
ConsoleAppRuntimeException(String msg) |
ConsoleAppRuntimeException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConsoleAppRuntimeException |
appendExData(MethodMeta meta,
Object obj,
List<String> input,
Class<? extends ParameterParser> parserClass) |
ErrorCode |
getErrorCode() |
String |
getInput() |
String |
getMethodDescribe() |
Object |
getObj() |
Class<? extends ParameterParser> |
getParser() |
long |
getTimestamp() |
void |
printStackTrace(PrintStream s) |
ConsoleAppRuntimeException |
setErrorInfo(ErrorCode code) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConsoleAppRuntimeException()
public ConsoleAppRuntimeException(String msg)
public ConsoleAppRuntimeException appendExData(MethodMeta meta, Object obj, List<String> input, Class<? extends ParameterParser> parserClass)
public ConsoleAppRuntimeException setErrorInfo(ErrorCode code)
public void printStackTrace(PrintStream s)
printStackTrace 在类中 Throwablepublic long getTimestamp()
public Object getObj()
public String getMethodDescribe()
public String getInput()
public Class<? extends ParameterParser> getParser()
public ErrorCode getErrorCode()
Copyright © 2021. All rights reserved.