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/RepoProxy.java

    r1522 r1569  
    3030import eu.clarin.cmdi.mdservice.action.GenericAction;
    3131import eu.clarin.cmdi.mdservice.action.RepoAction;
     32import eu.clarin.cmdi.mdservice.internal.CQLParseException;
    3233import eu.clarin.cmdi.mdservice.internal.NoStylesheetException;
    3334import eu.clarin.cmdi.mdservice.model.Diagnostic;
     
    128129       
    129130       
    130         public InputStream getSourceStream() throws IOException, NoStylesheetException {
     131        public InputStream getSourceStream() throws IOException, NoStylesheetException, CQLParseException {
    131132                return getTargetRequest().openStream();         
    132133        }
     
    155156         * uses base_url + url_pattern (parametrized by actionkey) to form a url
    156157         * @return the full target-request URL to be sent to the target repository
     158         * @throws CQLParseException
    157159         * @throws Exception
    158160         */     
    159         public URL getTargetRequest() throws IOException {
     161        public URL getTargetRequest() throws IOException, CQLParseException {
    160162                 
    161163               
Note: See TracChangeset for help on using the changeset viewer.