类 ExceptionFinder


  • public class ExceptionFinder
    extends java.lang.Object
    作者:
    BiJi'an
    Description:
    Date:
    2022-01-01 01:46
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static <T extends java.lang.Throwable>
      T
      find​(java.lang.Throwable throwable, boolean acceptSubClass, java.lang.Class<T> cls)  
      static ExceptionFinder.ExceptionFind find​(java.lang.Throwable throwable, boolean acceptSubClass, java.util.Set<java.lang.Class<? extends java.lang.Throwable>> samples)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • ExceptionFinder

        public ExceptionFinder()
    • 方法详细资料

      • find

        public static <T extends java.lang.Throwable> T find​(java.lang.Throwable throwable,
                                                             boolean acceptSubClass,
                                                             java.lang.Class<T> cls)
        参数:
        throwable - throwable
        acceptSubClass - acceptSubClass
        cls - cls
        返回:
        T
        Description:
        Date:
        2022/01/01 5:14 下午
        Title:
        find source
      • find

        public static ExceptionFinder.ExceptionFind find​(java.lang.Throwable throwable,
                                                         boolean acceptSubClass,
                                                         java.util.Set<java.lang.Class<? extends java.lang.Throwable>> samples)
        参数:
        throwable - throwable
        acceptSubClass - acceptSubClass
        samples - samples
        返回:
        io.github.kylinhunter.commons.source.ExceptionHelper.ExceptionFind
        Description:
        Date:
        2022/01/01 5:20 下午
        Title:
        find first source