All Packages Class Hierarchy This Package Previous Next Index
Class com.arcsinc.hardwarehost.ArcsInterfaceException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.arcsinc.hardwarehost.ArcsInterfaceException
- public class ArcsInterfaceException
- extends Exception
The ArcsInterfaceException class is a trivial
subclass of java.lang.Exception for the purpose of
declaring exceptions from the native layer interface with the
hardware.
- See Also:
- Exception
-
ArcsInterfaceException()
- Default constructor.
-
ArcsInterfaceException(String)
- A constructor with a message.
ArcsIa>
ArcsInterfaceException
public ArcsInterfaceException()
- Default constructor.
ArcsInterfaceException
public ArcsInterfaceException(String s)
- A constructor with a message.
- Parameters:
- s - the message.
All Packages Class Hierarchy This Package Previous Next Index