blob: d60bc8b8e686fc52a63b94cf3240a8c076fdf71b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 Chase Technology Ltd - http://www.chasetechnology.co.uk
* 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:
* Doug Satchwell (Chase Technology Ltd) - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.xsl.core.internal.validation;
/**
* An exception used to indicate whether the maximum number of errors has been reached
* for a given Stylesheet validation.
*
* @author Doug Satchwell
*/
public class MaxErrorsExceededException extends Exception
{
private static final long serialVersionUID = 1L;
}