mascoptLib.util.exception
Class MascoptAddRemoveSetException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.UnsupportedOperationException
|
+--mascoptLib.util.exception.MascoptAddRemoveSetException
- All Implemented Interfaces:
- Serializable
- public class MascoptAddRemoveSetException
- extends UnsupportedOperationException
This is the exception when an add or remove operation fails on a set.
It is used in MascoptFixedSet and also for the paths (which cannot be
modified by the functions add and remove).
- Author:
- Jean-Francois Lalande (Jean-Francois.Lalande@sophia.inria.fr)
- See Also:
- Serialized Form
Method Summary |
String |
toString()
The message that will be displayed when the error occurs. |
MascoptAddRemoveSetException
public MascoptAddRemoveSetException()
- The default constructor for this exception.
MascoptAddRemoveSetException
public MascoptAddRemoveSetException(String message)
- The construtor with a specific message.
- Parameters:
message
- to use.
toString
public String toString()
- The message that will be displayed when the error occurs.
- Overrides:
toString
in class Throwable
- Returns:
- the message.