/******************************************************************************* * Copyright (c) 2014 Red Hat Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Red Hat Inc. - Initial implementation *******************************************************************************/ package org.eclipse.linuxtools.internal.cdt.libhover.devhelp.preferences; // This class is just to allow us to end parsing devhelp docs once // we have found the function we are interested in public class FuncFoundSaxException extends RuntimeException { /** * */ private static final long serialVersionUID = 1L; }