blob: 1b78ab1be5b755e1f16bf8be6c4e6b80e1bf5c9b [file] [log] [blame]
package org.eclipse.jem.internal.proxy.initParser;
/*******************************************************************************
* Copyright (c) 2001, 2003 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: CannotProcessInnerClassesException.java,v $
* $Revision: 1.2 $ $Date: 2005/02/15 22:55:20 $
*/
/**
* This exception is thrown to indicate that inner classes cannot be processed
*/
public class CannotProcessInnerClassesException extends RuntimeException {
}