com.jacob.com
Class ComException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
protected  int hr
           
protected  int m_helpContext
           
protected  java.lang.String m_helpFile
           
protected  java.lang.String m_source
           
 
Constructor Summary
ComException()
           
ComException(int hr)
           
ComException(int hr, java.lang.String description)
           
ComException(int hr, java.lang.String source, java.lang.String helpFile, int helpContext)
           
ComException(int hr, java.lang.String description, java.lang.String source, java.lang.String helpFile, int helpContext)
           
ComException(java.lang.String description)
           
 
Method Summary
 int getHelpContext()
           
 java.lang.String getHelpFile()
           
 int getHResult()
           
 java.lang.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

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
Constructor Detail

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)
Method Detail

getHelpContext

public int getHelpContext()

getHelpFile

public java.lang.String getHelpFile()

getHResult

public int getHResult()

getSource

public java.lang.String getSource()