lime
Class IllegalTupleSpaceNameException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--lime.LimeRuntimeException
|
+--lime.IllegalTupleSpaceNameException
- All Implemented Interfaces:
- java.io.Serializable
- public class IllegalTupleSpaceNameException
- extends LimeRuntimeException
Raised when an agent tries to create a LimeTupleSpace with an invalid name.
- Version:
- 1.0 alpha
- Author:
- Amy L. Murphy, Gian Pietro Picco
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalTupleSpaceNameException
public IllegalTupleSpaceNameException()
- Creates a new exception with no internal, lower-level exception.
IllegalTupleSpaceNameException
public IllegalTupleSpaceNameException(java.lang.String s)
- Creates a new exception with no internal, lower-level exception.
- Parameters:
s
- an explanatory message for the exception.
IllegalTupleSpaceNameException
public IllegalTupleSpaceNameException(java.lang.Exception e)
- Creates an exception that wraps an internal exception.
- Parameters:
internal
- the internal exception.
IllegalTupleSpaceNameException
public IllegalTupleSpaceNameException(java.lang.Exception e,
java.lang.String s)
- Creates an exception that wraps an internal exception.
- Parameters:
internal
- the internal exception.s
- an explanatory message for the exception.