org.objectweb.fractal.api.control

Class IllegalLifeCycleException


public class IllegalLifeCycleException
extends Exception

Thrown when a component is not in a valid life cycle state to use some method.

Constructor Summary

IllegalLifeCycleException(String msg)
Constructs an IllegalLifeCycleException with the specified detail message.

Constructor Details

IllegalLifeCycleException

public IllegalLifeCycleException(String msg)
Constructs an IllegalLifeCycleException with the specified detail message.

Parameters:
msg - the detail message.