类 ExceptionUtil


  • public class ExceptionUtil
    extends java.lang.Object
    Common methods for exception.
    从以下版本开始:
    1.2.0
    作者:
    nkorange
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static java.lang.Exception NONE_EXCEPTION
      Represents an empty exception, that is, no exception occurs, only a constant.
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static java.lang.String getAllExceptionMsg​(java.lang.Throwable e)  
      static java.lang.Throwable getCause​(java.lang.Throwable t)  
      static java.lang.String getStackTrace​(java.lang.Throwable t)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • NONE_EXCEPTION

        public static final java.lang.Exception NONE_EXCEPTION
        Represents an empty exception, that is, no exception occurs, only a constant.
    • 构造器详细资料

      • ExceptionUtil

        public ExceptionUtil()
    • 方法详细资料

      • getAllExceptionMsg

        public static java.lang.String getAllExceptionMsg​(java.lang.Throwable e)
      • getCause

        public static java.lang.Throwable getCause​(java.lang.Throwable t)
      • getStackTrace

        public static java.lang.String getStackTrace​(java.lang.Throwable t)