/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.search.query; class QueryTranslatorException extends RuntimeException { public QueryTranslatorException( final String s ) { super( s ); //To change body of overridden methods use File | Settings | File Templates. } }