public abstract class ComException extends JacobException
| Modifier and Type | Field and Description |
|---|---|
protected int |
hr
COM code initializes this filed with an appropriate return code that was
returned by the underlying com code
|
protected int |
m_helpContext
No documentation is available at this time.
|
protected String |
m_helpFile
No documentation is available at this time.
|
protected String |
m_source
No documentation is available at this time.
|
| Constructor and Description |
|---|
ComException()
constructor
|
ComException(int newHr)
constructor with error code?
|
ComException(int newHr,
String description) |
ComException(int newHr,
String source,
String helpFile,
int helpContext) |
ComException(int newHr,
String description,
String source,
String helpFile,
int helpContext) |
ComException(String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHelpContext() |
String |
getHelpFile() |
int |
getHResult() |
String |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected int hr
protected int m_helpContext
protected String m_helpFile
protected String m_source
public ComException()
public ComException(int newHr)
newHr - ??public ComException(int newHr,
String description)
newHr - description - public ComException(int newHr,
String source,
String helpFile,
int helpContext)
newHr - source - helpFile - helpContext - public ComException(int newHr,
String description,
String source,
String helpFile,
int helpContext)
newHr - description - source - helpFile - helpContext - public ComException(String description)
description - http://jacob-project.sourceforge.net