Class ExceptionTransformer

    • Field Detail

      • INSTANCE

        public static final Transformer INSTANCE
        Deprecated.
        Singleton predicate instance
    • Method Detail

      • getInstance

        public static Transformer getInstance()
        Deprecated.
        Factory returning the singleton instance.
        Returns:
        the singleton instance
        Since:
        Commons Collections 3.1
      • transform

        public Object transform​(Object input)
        Deprecated.
        Transforms the input to result by cloning it.
        Specified by:
        transform in interface Transformer
        Parameters:
        input - the input object to transform
        Returns:
        never
        Throws:
        FunctorException - always