2 * (c) Copyright IBM Corp. 2000, 2001.
5 package net.sourceforge.phpdt.internal.ui;
7 import org.eclipse.core.runtime.CoreException;
8 import org.eclipse.core.runtime.IStatus;
11 * An exception to wrap a status. This is necessary to use the core's
12 * IRunnableWithProgress support
15 public class PHPUIException extends CoreException {
17 public PHPUIException(IStatus status) {