charva.awt

Class IllegalComponentStateException


public class IllegalComponentStateException
extends RuntimeException

This exception is thrown when a CHARVA component is in an illegal state for the requested operation.

Constructor Summary

IllegalComponentStateException()
Construct an IllegalComponentStateException.
IllegalComponentStateException(String msg)
Construct an IllegalComponentStateException with the specified message.

Constructor Details

IllegalComponentStateException

public IllegalComponentStateException()
Construct an IllegalComponentStateException.

IllegalComponentStateException

public IllegalComponentStateException(String msg)
Construct an IllegalComponentStateException with the specified message.