Class ThrowableUtilities


  • public class ThrowableUtilities
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean validate​(java.lang.Exception exception, IAcceptor<java.lang.Throwable> acceptor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThrowableUtilities

        public ThrowableUtilities()
    • Method Detail

      • validate

        public static boolean validate​(java.lang.Exception exception,
                                       IAcceptor<java.lang.Throwable> acceptor)