JavaVMCreationFailureException.idl (408a4873) JavaVMCreationFailureException.idl (95a17a32)
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

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

35 This exception can be thrown when the creation of the Java Virtual
36 Machine failed, even if the runtime library could be loaded.
37 Possible reasons for a failure are that JNI_CreateJavaVM returns
38 an error code that reflects a failure, JNI_CreateJavaVM does not
39 return because it tries to quit the process ( _exit), the shared
40 library is corrupted, so that the symbols for JNI_GetDefaultVMInitArgs
41 or JNI_CreateJavaVM cannot be found, etc.
42
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

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

35 This exception can be thrown when the creation of the Java Virtual
36 Machine failed, even if the runtime library could be loaded.
37 Possible reasons for a failure are that JNI_CreateJavaVM returns
38 an error code that reflects a failure, JNI_CreateJavaVM does not
39 return because it tries to quit the process ( _exit), the shared
40 library is corrupted, so that the symbols for JNI_GetDefaultVMInitArgs
41 or JNI_CreateJavaVM cannot be found, etc.
42
43 @since OOo 1.1.2
43 @since OpenOffice 1.1.2
44 */
45published exception JavaVMCreationFailureException: JavaInitializationException
46{
47 /** contains an error code that reflects the returned error code of
48 JNI_CreateJavaVM or other errors. A negative value represents
49 the returned error code of JNI_CreateJavaVM. All other values
50 indicate a different cause.
51 */
52 long ErrorCode;
53};
54
55}; }; }; };
56
57#endif
44 */
45published exception JavaVMCreationFailureException: JavaInitializationException
46{
47 /** contains an error code that reflects the returned error code of
48 JNI_CreateJavaVM or other errors. A negative value represents
49 the returned error code of JNI_CreateJavaVM. All other values
50 indicate a different cause.
51 */
52 long ErrorCode;
53};
54
55}; }; }; };
56
57#endif