Class ExceptionFactory<T>

    • Field Detail

      • INSTANCE

        public static final Factory INSTANCE
        Singleton predicate instance
    • Method Detail

      • exceptionFactory

        public static <T> Factory<T> exceptionFactory()
        Factory returning the singleton instance.
        Type Parameters:
        T - the type the factory creates
        Returns:
        the singleton instance
        Since:
        3.1