Package com.ms.com Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class ComError

Constructors

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.


Constructors


ComError

public ComError()

Creates a ComError object that does not have a detail message. A detail message is a String that describes this particular exception.


ComError

public ComError(String s)

Creates a ComError object with the specified detail message. A detail message is a String that describes this particular exception.

ParameterDescription
s The detail message.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.