jhomenet.hw
Class HardwareException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jhomenet.hw.HardwareException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SensorException

public class HardwareException
extends java.lang.Exception

Version:
$Revision: 1.2 $ Filename: $Source: /cvsroot/jhomenet/files/src/jhomenet/hw/HardwareException.java,v $ Description: {TODO: provide a class description}
Author:
$Author: dhirwinjr $
See Also:
Serialized Form

Constructor Summary
HardwareException()
          Default constructor.
HardwareException(java.lang.String arg0)
          Constructor.
HardwareException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor.
HardwareException(java.lang.Throwable arg0)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HardwareException

public HardwareException()
Default constructor.


HardwareException

public HardwareException(java.lang.String arg0)
Constructor.

Parameters:
arg0 -

HardwareException

public HardwareException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Constructor.

Parameters:
arg0 -
arg1 -

HardwareException

public HardwareException(java.lang.Throwable arg0)
Constructor.

Parameters:
arg0 -


Copyright © 2004-2005 David Irwin. All Rights Reserved.