org.jmacs.pd
Class ProxyDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jmacs.pd.ProxyDriverException
- All Implemented Interfaces:
- Serializable
public class ProxyDriverException
- extends RuntimeException
thrown by IDevice.IDriver
methods as impl'ted by a dynamic
proxy--see ProxyDevice.createProxyDriver(Class)
.
- Version:
- $Id: ProxyDriverException.java 664 2006-07-06 11:00:33Z 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 |
ProxyDriverException
public ProxyDriverException(Throwable cause)
- creates new instance.
- Parameters:
cause
- thrown by the corr'ding actual method
jmacs.org