程序包 top.codef.pojos

类 ExceptionNotice

java.lang.Object
top.codef.pojos.PromethuesNotice
top.codef.pojos.ExceptionNotice
所有已实现的接口:
UniqueMessage
直接已知子类:
HttpExceptionNotice

public class ExceptionNotice extends PromethuesNotice
  • 字段详细资料

    • project

      protected String project
      工程名
    • uid

      protected String uid
      异常的标识码
    • methodName

      protected String methodName
      方法名
    • parames

      protected List<Object> parames
      方法参数信息
    • classPath

      protected String classPath
      类路径
    • exceptionMessage

      protected List<String> exceptionMessage
      异常信息
    • traceInfo

      protected List<String> traceInfo
      异常追踪信息
  • 构造器详细资料

  • 方法详细资料

    • addStackTrace

      public void addStackTrace(List<StackTraceElement> list, Throwable throwable, String filterTrace)
    • calUid

      protected String calUid()
    • createText

      public String createText()
    • getProject

      public String getProject()
      返回:
      the project
    • setProject

      public void setProject(String project)
      参数:
      project - the project to set
    • getUid

      public String getUid()
      从接口复制的说明: UniqueMessage
      表示该条数据的唯一id
      返回:
      the uid
    • setUid

      public void setUid(String uid)
      参数:
      uid - the uid to set
    • getMethodName

      public String getMethodName()
      返回:
      the methodName
    • setMethodName

      public void setMethodName(String methodName)
      参数:
      methodName - the methodName to set
    • getParames

      public List<Object> getParames()
      返回:
      the parames
    • setParames

      public void setParames(List<Object> parames)
      参数:
      parames - the parames to set
    • getClassPath

      public String getClassPath()
      返回:
      the classPath
    • setClassPath

      public void setClassPath(String classPath)
      参数:
      classPath - the classPath to set
    • getExceptionMessage

      public List<String> getExceptionMessage()
      返回:
      the exceptionMessage
    • setExceptionMessage

      public void setExceptionMessage(List<String> exceptionMessage)
      参数:
      exceptionMessage - the exceptionMessage to set
    • getTraceInfo

      public List<String> getTraceInfo()
      返回:
      the traceInfo
    • setTraceInfo

      public void setTraceInfo(List<String> traceInfo)
      参数:
      traceInfo - the traceInfo to set
    • getProjectEnviroment

      public ProjectEnviroment getProjectEnviroment()
      覆盖:
      getProjectEnviroment 在类中 PromethuesNotice
      返回:
      the projectEnviroment
    • setProjectEnviroment

      public void setProjectEnviroment(ProjectEnviroment projectEnviroment)
      覆盖:
      setProjectEnviroment 在类中 PromethuesNotice
      参数:
      projectEnviroment - the projectEnviroment to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 PromethuesNotice