Package com.ms.com |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class ComError extends OutOfMemoryError { // Constructors public ComError() public ComError(String s) }
The ComError class signals errors in linking Java and Component Object Module (COM) objects. ComError extends the OutOfMemoryError class for backward compatibility with Microsoft SDK for Java 1.0.
public ComError()Creates a ComError object that does not have a detail message. A detail message is a String that describes this particular exception.
public ComError(String s)Creates a ComError object with the specified detail message. A detail message is a String that describes this particular exception.
Parameter Description s The detail message.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.