public class ErrorInfo extends Object
This is a Java bean version of IErrorInfo COM interface.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a textual description of the error.
|
GUID |
getGuid()
Returns GUID for the interface that defined the error.
|
Integer |
getHelpContext()
Returns the Help context identifier (ID) for the error.
|
File |
getHelpFile()
Returns the path of the Help file that describes the error.
|
String |
getSource()
Returns the ProgID for the class or application that returned the error.
|
String |
toString() |
public GUID getGuid()
public String getSource()
public String getDescription()
public File getHelpFile()
public Integer getHelpContext()
Copyright © 2014. All rights reserved.