blob: 82c69c1d5240139da800b64f1906796dcd92953b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Fabrice TIERCELIN and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Fabrice TIERCELIN - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.internal.corext.dom;
/**
* Interrupt the visit of a tree.
*/
public class AbortSearchException extends RuntimeException {
private static final long serialVersionUID= 8809979732051907351L;
}