Microsoft SDK for Java

ComError 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.

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

Hierarchy

OutOfMemoryError
  |
  +--ComError

© 1999 Microsoft Corporation. All rights reserved. Terms of use.