blob: a7c1306b0ccea0ced08fb3fdc1ff4832fb287eb4 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004,2005 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
****************************************************************************/
package org.eclipse.gmf.runtime.common.ui.services.properties.internal;
/**
* @author nbalaba
*/
public class PSFPluginStatusCodes {
/**
* This class should not be instantiated since it is a static constant
* class.
*
*/
private PSFPluginStatusCodes() {
/* private constructor */
}
/**
* Status code warning that an exception was ignored
*/
public static final int IGNORED_EXCEPTION_WARNING = 9;
}