Michael, FilterBase extends Filter, which has its own abstract methods that need implementation in a concrete class. Or am I missing something? :)
-Dima On Wednesday, July 16, 2014, Ted Yu <[email protected]> wrote: > createFilterFromArguments() in FilterBase throws exception. > > Have you overridden this method ? > > Cheers > > On Jul 16, 2014, at 1:26 AM, "Michael.Calvin" <[email protected] > <javascript:;>> wrote: > > > No. There isn't any abstract methods. And if there is any I wouldn't be > able to compile it. > > > > > > ------------------ > > Michael.Calvin.Shi > > > > > > > > > > > > Ted Yu <yuzhihong@...> writes: > > > > > >> > >> FilterBase is abstract. Have you implemented the abstract methods ? > > > > >
