Packages
 In this topic

*Constructors

 

Packages   PreviousThis PackageNext
Package com.ms.com   Previous This
Package
Next

 


Class ComError

public class ComError extends OutOfMemoryError
{
  // Constructors
  public ComError();
  public ComError(String s);
}

This class signals errors in linking Java and Component Object Model (COM) objects. ComError extends the OutOfMemoryError class to achieve backward compatibility with Microsoft SDK for Java 1.0.

OutOfMemoryError
  |
  +--ComError

Constructors

ComError

public ComError();

Creates an empty ComError object.

ComError

public ComError(String s);

Creates a ComError object that contains a specific detail message.

ParameterDescription
s The detail message that describes the exception.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.