com.jacob.com
Class ComFailException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jacob.com.ComException
                  extended by com.jacob.com.ComFailException
All Implemented Interfaces:
java.io.Serializable

public class ComFailException
extends ComException

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class com.jacob.com.ComException
hr, m_helpContext, m_helpFile, m_source
 
Constructor Summary
ComFailException()
           
ComFailException(int hr)
           
ComFailException(int hr, java.lang.String message)
           
ComFailException(int hr, java.lang.String source, java.lang.String helpFile, int helpContext)
           
ComFailException(int hr, java.lang.String description, java.lang.String source, java.lang.String helpFile, int helpContext)
           
ComFailException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.jacob.com.ComException
getHelpContext, getHelpFile, getHResult, 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

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ComFailException

public ComFailException(int hr)

ComFailException

public ComFailException(int hr,
                        java.lang.String message)

ComFailException

public ComFailException(int hr,
                        java.lang.String source,
                        java.lang.String helpFile,
                        int helpContext)

ComFailException

public ComFailException(int hr,
                        java.lang.String description,
                        java.lang.String source,
                        java.lang.String helpFile,
                        int helpContext)

ComFailException

public ComFailException()

ComFailException

public ComFailException(java.lang.String message)