Ignore:
Timestamp:
09/30/11 11:01:52 (13 years ago)
Author:
gaba
Message:

simple changes, exception for CQL parse error added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService2/branches/MDService_simple3/src/eu/clarin/cmdi/mdservice/proxy/ProxyInterface.java

    r1536 r1569  
    77
    88import eu.clarin.cmdi.mdservice.action.GenericAction;
     9import eu.clarin.cmdi.mdservice.internal.CQLParseException;
    910import eu.clarin.cmdi.mdservice.internal.NoStylesheetException;
    1011
    1112public interface ProxyInterface {
    1213
    13         public URL getTargetRequest() throws IOException;
    14         public InputStream getSourceStream() throws IOException, NoStylesheetException;
     14        public URL getTargetRequest() throws IOException, CQLParseException;
     15        public InputStream getSourceStream() throws IOException, NoStylesheetException, CQLParseException;
    1516        public void setSourceAction(GenericAction action) ;
    1617        /**
Note: See TracChangeset for help on using the changeset viewer.