org.hackystat.sensorshell
Class SensorShellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hackystat.sensorshell.SensorShellException
All Implemented Interfaces:
java.io.Serializable

public class SensorShellException
extends java.lang.Exception

An exception that is thrown when problems occur with instantiating SensorShellProperties or sending sensor data.

Author:
Aaron A. Kagawa, Philip Johnson
See Also:
Serialized Form

Constructor Summary
SensorShellException(java.lang.String message)
          Thrown when a SensorProperties instance cannot be created.
SensorShellException(java.lang.String message, java.lang.Throwable e)
          Thrown when a SensorProperties instance cannot be created.
 
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

SensorShellException

public SensorShellException(java.lang.String message)
Thrown when a SensorProperties instance cannot be created.

Parameters:
message - The message indicating the problem.

SensorShellException

public SensorShellException(java.lang.String message,
                            java.lang.Throwable e)
Thrown when a SensorProperties instance cannot be created.

Parameters:
message - The message indicating the problem.
e - The exception.