ScriptErrorRaisedException.idl (d1766043) ScriptErrorRaisedException.idl (a893be29)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33module com { module sun { module star { module script { module provider {
34
35//===========================================================================
36/**
37 is a checked exception that represents an error encountered
38 by a LanguageScriptProvider whilst executing a script
39*/
40exception ScriptErrorRaisedException : com::sun::star::uno::Exception {
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33module com { module sun { module star { module script { module provider {
34
35//===========================================================================
36/**
37 is a checked exception that represents an error encountered
38 by a LanguageScriptProvider whilst executing a script
39*/
40exception ScriptErrorRaisedException : com::sun::star::uno::Exception {
41 /** Name of script where error occured
41 /** Name of script where error occurred
42 */
43 string scriptName;
44 /** Scripting language of script that generated exception
45 */
46 string language;
42 */
43 string scriptName;
44 /** Scripting language of script that generated exception
45 */
46 string language;
47 /** line number where error occured.
47 /** line number where error occurred.
48 */
49 long lineNum;
50};
51
52//===========================================================================
53}; }; }; }; }; // ::com::sun::star::script::provider
54
55#endif
48 */
49 long lineNum;
50};
51
52//===========================================================================
53}; }; }; }; }; // ::com::sun::star::script::provider
54
55#endif