#ifndef __com_sun_star_scripting_CannotResolveScriptNameException_idl__ #define __com_sun_star_scripting_CannotResolveScriptNameException_idl__ #ifndef __com_sun_star_uno_Exception_idl__ #include #endif //=========================================================================== module com { module sun { module star { module scripting { //=========================================================================== //---------------------------------------------------------------------- /** CannotResolveScriptNameException is thrown when the XScriptNameResolver is unable to resolve the given Logical name. */ exception CannotResolveScriptNameException : ScriptRuntimeException { // do we need script name here? }; //=========================================================================== }; }; }; }; // com::sun::star::scripting #endif