Class Resources.ExInstWithCause<T extends java.lang.Exception>

    • Constructor Detail

      • ExInstWithCause

        public ExInstWithCause​(java.lang.String base,
                               java.util.Locale locale,
                               java.lang.reflect.Method method,
                               java.lang.Object... args)
    • Method Detail

      • ex

        public T ex​(java.lang.Throwable cause)
      • getExceptionClass

        public static java.lang.Class getExceptionClass​(java.lang.reflect.Type type)
      • validateException

        protected void validateException​(java.util.concurrent.Callable<java.lang.Exception> exSupplier)