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

Constructor Index

 o ArcsInterfaceException()
Default constructor.
 o ArcsInterfaceException(String)
A constructor with a message.

Constructors

 o ArcsIa> ArcsInterfaceException
 public ArcsInterfaceException()
Default constructor.

 o ArcsInterfaceException
 public ArcsInterfaceException(String s)
A constructor with a message.

Parameters:
s - the message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index