程序包 top.codef.pojos
类 ExceptionNotice
java.lang.Object
top.codef.pojos.PromethuesNotice
top.codef.pojos.ExceptionNotice
- 所有已实现的接口:
UniqueMessage
- 直接已知子类:
HttpExceptionNotice
-
字段概要
字段修饰符和类型字段说明protected String类路径异常信息protected String方法名方法参数信息protected String工程名异常追踪信息protected String异常的标识码从类继承的字段 top.codef.pojos.PromethuesNotice
createTime, projectEnviroment, showCount, title -
构造器概要
构造器构造器说明ExceptionNotice(Throwable ex, String filterTrace, Long showCount, Object[] args, ProjectEnviroment projectEnviroment, String title) ExceptionNotice(Throwable ex, String filterTrace, Object[] args, ProjectEnviroment projectEnviroment, String title) -
方法概要
修饰符和类型方法说明voidaddStackTrace(List<StackTraceElement> list, Throwable throwable, String filterTrace) protected StringcalUid()getUid()表示该条数据的唯一idvoidsetClassPath(String classPath) voidsetExceptionMessage(List<String> exceptionMessage) voidsetMethodName(String methodName) voidsetParames(List<Object> parames) voidsetProject(String project) voidsetProjectEnviroment(ProjectEnviroment projectEnviroment) voidsetTraceInfo(List<String> traceInfo) voidtoString()从类继承的方法 top.codef.pojos.PromethuesNotice
getCreateTime, getShowCount, getTitle, setCreateTime, setShowCount, setTitle
-
字段详细资料
-
project
工程名 -
uid
异常的标识码 -
methodName
方法名 -
parames
方法参数信息 -
classPath
类路径 -
exceptionMessage
异常信息 -
traceInfo
异常追踪信息
-
-
构造器详细资料
-
ExceptionNotice
public ExceptionNotice(Throwable ex, String filterTrace, Object[] args, ProjectEnviroment projectEnviroment, String title) -
ExceptionNotice
-
-
方法详细资料
-
addStackTrace
-
calUid
-
createText
-
getProject
- 返回:
- the project
-
setProject
- 参数:
project- the project to set
-
getUid
从接口复制的说明:UniqueMessage表示该条数据的唯一id- 返回:
- the uid
-
setUid
- 参数:
uid- the uid to set
-
getMethodName
- 返回:
- the methodName
-
setMethodName
- 参数:
methodName- the methodName to set
-
getParames
- 返回:
- the parames
-
setParames
- 参数:
parames- the parames to set
-
getClassPath
- 返回:
- the classPath
-
setClassPath
- 参数:
classPath- the classPath to set
-
getExceptionMessage
- 返回:
- the exceptionMessage
-
setExceptionMessage
- 参数:
exceptionMessage- the exceptionMessage to set
-
getTraceInfo
- 返回:
- the traceInfo
-
setTraceInfo
- 参数:
traceInfo- the traceInfo to set
-
getProjectEnviroment
- 覆盖:
getProjectEnviroment在类中PromethuesNotice- 返回:
- the projectEnviroment
-
setProjectEnviroment
- 覆盖:
setProjectEnviroment在类中PromethuesNotice- 参数:
projectEnviroment- the projectEnviroment to set
-
toString
- 覆盖:
toString在类中PromethuesNotice
-