org.hackystat.sensorshell.usermap
Class SensorShellMapException

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

public class SensorShellMapException
extends java.lang.Exception

This class implements an exception that is thrown when using a SensorShellMap fails to instantiate or otherwise does not work correctly.

Version:
$Id: SensorShellMapException.java,v 1.1.1.1 2005/10/20 23:56:43 johnson Exp $
Author:
Burt Leung
See Also:
Serialized Form

Constructor Summary
SensorShellMapException(java.lang.Exception exception)
          Convert an exception to a SensorShellMapException.
SensorShellMapException(java.lang.String detailMessage)
          Thrown when exceptions occur during the use of a SensorShellMap instance.
SensorShellMapException(java.lang.String detailMessage, java.lang.Throwable error)
          Thrown when exceptions occur during the use of a SensorShellMap instance.
 
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

SensorShellMapException

public SensorShellMapException(java.lang.String detailMessage)
Thrown when exceptions occur during the use of a SensorShellMap instance.

Parameters:
detailMessage - A message describing the problem

SensorShellMapException

public SensorShellMapException(java.lang.String detailMessage,
                               java.lang.Throwable error)
Thrown when exceptions occur during the use of a SensorShellMap instance.

Parameters:
detailMessage - A message describing the problem.
error - The previous error.

SensorShellMapException

public SensorShellMapException(java.lang.Exception exception)
Convert an exception to a SensorShellMapException.

Parameters:
exception - The exception to be converted