From ea12eceacc59fb0c2e962b64053cbaeb59261453 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Apr 2008 06:48:46 +0000 Subject: INTEGRATION: CWS jl94 (1.1.2); FILE ADDED 2008/04/17 07:24:18 rt 1.1.2.3: Update license to LGPLv3. 2008/04/17 07:11:45 rt 1.1.2.2: Update license to LGPLv3. 2008/04/01 09:16:31 jl 1.1.2.1: #i87684# adding platform specifier in description.xml --- .../com/sun/star/deployment/PlatformException.idl | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 offapi/com/sun/star/deployment/PlatformException.idl (limited to 'offapi/com/sun/star/deployment') diff --git a/offapi/com/sun/star/deployment/PlatformException.idl b/offapi/com/sun/star/deployment/PlatformException.idl new file mode 100644 index 000000000000..ab8cdf495655 --- /dev/null +++ b/offapi/com/sun/star/deployment/PlatformException.idl @@ -0,0 +1,54 @@ +/************************************************************************* + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2008 by Sun Microsystems, Inc. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: PlatformException.idl,v $ + * + * $Revision: 1.2 $ + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#if ! defined INCLUDED_com_sun_star_deployment_PlatformException_idl +#define INCLUDED_com_sun_star_deployment_PlatformException_idl + +#include + +module com { module sun { module star { module deployment { + + interface XPackage; +/** A DeploymentException indicates that the current platform + is not supported. + + @since OOo 3.0.0 + */ +exception PlatformException : com::sun::star::uno::Exception +{ + /** The package which does not support the current platform. + */ + XPackage package; +}; + +}; }; }; }; + +#endif -- cgit