Re:Process Filter error

At 1:43 PM 31/7/96, Nick Pollitt wrote:
<snip>
>I can't find an 'OutgoingElement' in the JDK or Jigsaw API.  Is there
>a piece missing from the code I downloaded, or can I find this class
>somewhere else, or, can I change this to something else that will
>work.

OutgoingElement is a  class private (package protected?) to
FilteredResource. If you will look at
w3c.jigsaw.resources.FilteredResource, you will see definition of
OutgoingElement stright at the beginning of the file. It means nobody
except for FilteredResource knows about that file. However, when you
compile .java files, you should get OutgoingElement.class file. Check that
you do. If you don't you might have to recompile.

As to the error, I have no idea why and how it was trigerred.

Hope it helps,
    Alex.



alex@access.com.au

Received on Thursday, 1 August 1996 00:36:45 UTC