Package com.volantis.xml.pipeline.sax

Examples of com.volantis.xml.pipeline.sax.ResourceNotFoundException.initErrorInfo()


                MonitoredTransaction.FAILED, urlAsString);
            // need to generate an error event.
            Locator locator = context.getCurrentLocator();
            ResourceNotFoundException error = new ResourceNotFoundException(
                "The URI " + href + " could not be included", locator, e);
            error.initErrorInfo(id, null, null,null);
            target.fatalError(error);
        } catch (RuntimeHttpException e) {
            uridFetchTransaction.stop(
                MonitoredTransaction.FAILED, urlAsString);
            // need to generate an error event.
View Full Code Here


                MonitoredTransaction.FAILED, urlAsString);
            // need to generate an error event.
            Locator locator = context.getCurrentLocator();
            ResourceNotFoundException error = new ResourceNotFoundException(
                "The URI " + href + " could not be included", locator, e);
            error.initErrorInfo(id, null, null,null);
            target.fatalError(error);
        }
    }

    /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.