lime.motes
Class MoteIllegalOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bylime.motes.MoteIllegalOperationException
All Implemented Interfaces:
java.io.Serializable

public class MoteIllegalOperationException
extends java.lang.RuntimeException

Raised when the user tries to perform an unsupported operation, such as an in from the current sensor data tuplespace (and not log data).

Version:
1.0
Author:
Carlo Curino, Matteo Giani, Marco Giorgetta, Alessandro Giusti
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MoteIllegalOperationException()
          Creates a new exception with no internal, lower-level exception.
MoteIllegalOperationException(java.lang.Exception e)
          Creates an exception that wraps an internal exception.
MoteIllegalOperationException(java.lang.Exception e, java.lang.String s)
          Creates an exception that wraps an internal exception.
MoteIllegalOperationException(java.lang.String s)
          Creates a new exception with no internal, lower-level exception.
 
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

MoteIllegalOperationException

public MoteIllegalOperationException()
Creates a new exception with no internal, lower-level exception.


MoteIllegalOperationException

public MoteIllegalOperationException(java.lang.String s)
Creates a new exception with no internal, lower-level exception.

Parameters:
s - an explanatory message for the exception.

MoteIllegalOperationException

public MoteIllegalOperationException(java.lang.Exception e)
Creates an exception that wraps an internal exception.


MoteIllegalOperationException

public MoteIllegalOperationException(java.lang.Exception e,
                                     java.lang.String s)
Creates an exception that wraps an internal exception.

Parameters:
s - an explanatory message for the exception.