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 java.lang.String |
m_helpFile
No documentation is available at this time.
|
protected java.lang.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,
java.lang.String description) |
ComException(int newHr,
java.lang.String source,
java.lang.String helpFile,
int helpContext) |
ComException(int newHr,
java.lang.String description,
java.lang.String source,
java.lang.String helpFile,
int helpContext) |
ComException(java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
int |
getHelpContext() |
java.lang.String |
getHelpFile() |
int |
getHResult() |
java.lang.String |
getSource() |
protected int hr
protected int m_helpContext
protected java.lang.String m_helpFile
protected java.lang.String m_source
public ComException()
public ComException(int newHr)
newHr
- ??public ComException(int newHr, java.lang.String description)
newHr
- description
- public ComException(int newHr, java.lang.String source, java.lang.String helpFile, int helpContext)
newHr
- source
- helpFile
- helpContext
- public ComException(int newHr, java.lang.String description, java.lang.String source, java.lang.String helpFile, int helpContext)
newHr
- description
- source
- helpFile
- helpContext
- public ComException(java.lang.String description)
description
- public int getHelpContext()
public java.lang.String getHelpFile()
public int getHResult()
public java.lang.String getSource()
http://jacob-project.sourceforge.net