|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jacob.com.JacobException
com.jacob.com.ComException
public abstract class ComException
Standard exception thrown by com jni code when there is a problem
Field Summary | |
---|---|
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 Summary | |
---|---|
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)
|
Method Summary | |
---|---|
int |
getHelpContext()
|
String |
getHelpFile()
|
int |
getHResult()
|
String |
getSource()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int hr
protected int m_helpContext
protected String m_helpFile
protected String m_source
Constructor Detail |
---|
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
- Method Detail |
---|
public int getHelpContext()
public String getHelpFile()
public int getHResult()
public String getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |