Package org.apache.vxquery.util

Examples of org.apache.vxquery.util.SourceLocation


        } catch (ParseException pe) {
            List<SystemException> exceptions = parser.getExceptions();
            if (!exceptions.isEmpty()) {
                throw exceptions.get(0);
            }
            throw new SystemException(ErrorCode.XPST0003, new SourceLocation(sourceName, pe.currentToken.beginLine,
                    pe.currentToken.beginColumn));
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.vxquery.util.SourceLocation

Copyright © 2018 www.massapicom. 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.