org.objectweb.fractal.gui.model
Class IllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.fractal.gui.model.IllegalOperationException
- All Implemented Interfaces:
- Serializable
- public class IllegalOperationException
- extends RuntimeException
Thrown when an illegal operation is performed on a configuration.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalOperationException
public IllegalOperationException()
- Constructs a new
IllegalOperationException
.
IllegalOperationException
public IllegalOperationException(String msg)
- Constructs a new
IllegalOperationException
with a detail message.
- Parameters:
msg
- the detail message.