package com.openMap1.mapper.core; public class XpthException extends MapperException{ // to remove some compiler warning static final long serialVersionUID = 0; public XpthException (String s) {super(s);} }