|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hackystat.sensorshell.usermap.SensorShellMapException
public class SensorShellMapException
This class implements an exception that is thrown when using a SensorShellMap fails to instantiate or otherwise does not work correctly.
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 |
---|
public SensorShellMapException(java.lang.String detailMessage)
detailMessage
- A message describing the problempublic SensorShellMapException(java.lang.String detailMessage, java.lang.Throwable error)
detailMessage
- A message describing the problem.error
- The previous error.public SensorShellMapException(java.lang.Exception exception)
exception
- The exception to be converted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |