Class ExceptionPredicate

    • Field Detail

      • thrownException

        private RuntimeException thrownException
        Exception that will be thrown when this function is executed.
    • Constructor Detail

      • ExceptionPredicate

        public ExceptionPredicate​(@Nonnull
                                  RuntimeException e)
        Constructor.
        Parameters:
        e - exception that will be thrown when this function is executed