org.objectweb.fractal.gui.model
Class IllegalOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
IllegalOperationException()
          Constructs a new IllegalOperationException.
IllegalOperationException(String msg)
          Constructs a new IllegalOperationException with a detail message.
 
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

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.