mascoptLib.util.exception
Class MascoptImpossibleOperationPathException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--mascoptLib.util.exception.MascoptImpossibleOperationPathException
- All Implemented Interfaces:
- Serializable
- public class MascoptImpossibleOperationPathException
- extends RuntimeException
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. |
MascoptImpossibleOperationPathException
public MascoptImpossibleOperationPathException()
- The default constructor for this exception.
MascoptImpossibleOperationPathException
public MascoptImpossibleOperationPathException(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.