Class Exceptions.Builder<T extends java.lang.Throwable>

  • Enclosing class:
    Exceptions

    public static final class Exceptions.Builder<T extends java.lang.Throwable>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T withCause​(java.lang.Throwable cause)  
      T withoutCause()  
      • Methods inherited from class java.lang.Object

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

      • withCause

        public T withCause​(java.lang.Throwable cause)
      • withoutCause

        public T withoutCause()