public static class GenericException.GenericExceptionInfo extends Object implements Serializable
| 构造器和说明 |
|---|
GenericExceptionInfo() |
GenericExceptionInfo(String exceptionClass,
String exceptionMessage,
String message,
StackTraceElement[] stackTrace) |
| 限定符和类型 | 方法和说明 |
|---|---|
static GenericException.GenericExceptionInfo |
createNoStackTrace(GenericException.GenericExceptionInfo info) |
String |
getExClass() |
String |
getExMsg() |
String |
getMsg() |
StackTraceElement[] |
getStackTrace() |
void |
setExClass(String exClass) |
void |
setExMsg(String exMsg) |
void |
setMsg(String msg) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
public GenericExceptionInfo()
public GenericExceptionInfo(String exceptionClass, String exceptionMessage, String message, StackTraceElement[] stackTrace)
public static GenericException.GenericExceptionInfo createNoStackTrace(GenericException.GenericExceptionInfo info)
public String getMsg()
public String getExClass()
public String getExMsg()
public void setExClass(String exClass)
public void setExMsg(String exMsg)
public void setMsg(String msg)
public StackTraceElement[] getStackTrace()
public void setStackTrace(StackTraceElement[] stackTrace)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.