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