com.jacob.com
Class ComException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jacob.com.ComException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ComFailException
public abstract class ComException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
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 |
hr
protected int hr
m_helpContext
protected int m_helpContext
m_helpFile
protected java.lang.String m_helpFile
m_source
protected java.lang.String m_source
ComException
public ComException()
ComException
public ComException(int hr)
ComException
public ComException(int hr,
java.lang.String description)
ComException
public ComException(int hr,
java.lang.String source,
java.lang.String helpFile,
int helpContext)
ComException
public ComException(int hr,
java.lang.String description,
java.lang.String source,
java.lang.String helpFile,
int helpContext)
ComException
public ComException(java.lang.String description)
getHelpContext
public int getHelpContext()
getHelpFile
public java.lang.String getHelpFile()
getHResult
public int getHResult()
getSource
public java.lang.String getSource()