package org.eclipse.p;

import java.io.IOException;

class A {
	/**
	 * @throws Exception
	 * @throws IOException
	 * @throws IllegalArgumentException
	 */
	void m() throws Exception, IOException, IllegalArgumentException {
	}
}