org.jmacs
Class DiDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmacs.DiDriverException
- All Implemented Interfaces:
- Serializable
public class DiDriverException
- extends Exception
thrown by DI driver (IDiDriver
) methods.
- Version:
- $Id: DiDriverException.java 613 2006-07-03 08:09:09Z rob $
- Author:
- Rob Dickens
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiDriverException
public DiDriverException(String message)
- creates new instance--for use when no other exception was thrown.
DiDriverException
public DiDriverException(Throwable cause)
- creates new instance--for use when another exception was thrown.
jmacs.org