com.jacob.com
Class JacobException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jacob.com.JacobException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ComException, NotImplementedException, WrongThreadException
public class JacobException
- extends RuntimeException
The parent class of all Jacob exceptions. They all used to be based off of
RuntimeException or ComException but it was decided to base them all off of
one owned by this project.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JacobException
public JacobException()
- Default constructor. Calls super with a "No Message Provided" string
JacobException
public JacobException(String message)
- standard constructor
- Parameters:
message
-
http://jacob-project.sourceforge.net