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) |
String |
getInput() |
String |
getMethodDescribe() |
Object |
getObj() |
Class<? extends ParameterParser> |
getParser() |
long |
getTimestamp() |
public ConsoleAppRuntimeException()
public ConsoleAppRuntimeException(String msg)
public ConsoleAppRuntimeException appendExData(MethodMeta meta, Object obj, List<String> input, Class<? extends ParameterParser> parserClass)
public long getTimestamp()
public Object getObj()
public String getMethodDescribe()
public String getInput()
public Class<? extends ParameterParser> getParser()
Copyright © 2021. All rights reserved.