charva.awt
Class IllegalComponentStateException
RuntimeException
charva.awt.IllegalComponentStateException
public class IllegalComponentStateException
extends RuntimeException
This exception is thrown when a CHARVA component is in an
illegal state for the requested operation.
IllegalComponentStateException
public IllegalComponentStateException()
Construct an IllegalComponentStateException.
IllegalComponentStateException
public IllegalComponentStateException(String msg)
Construct an IllegalComponentStateException with the specified
message.