com.jacob.com
Class ComFailException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jacob.com.JacobException
com.jacob.com.ComException
com.jacob.com.ComFailException
- All Implemented Interfaces:
- Serializable
public class ComFailException
- extends ComException
COM Fail Exception class raised when there is a problem
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComFailException
public ComFailException(int hrNew)
- Constructor
- Parameters:
hrNew
-
ComFailException
public ComFailException(int hrNew,
String message)
- Constructor
- Parameters:
hrNew
- message
-
ComFailException
public ComFailException(int hrNew,
String source,
String helpFile,
int helpContext)
- Parameters:
hrNew
- source
- helpFile
- helpContext
-
ComFailException
public ComFailException(int hrNew,
String description,
String source,
String helpFile,
int helpContext)
- Constructor
- Parameters:
hrNew
- description
- source
- helpFile
- helpContext
-
ComFailException
public ComFailException()
- No argument Constructor
ComFailException
public ComFailException(String message)
- Parameters:
message
-
http://jacob-project.sourceforge.net