Class IncompleteException

  • All Implemented Interfaces:
    Serializable

    public class IncompleteException
    extends Throwable
    Exception which indicates that the frame is not yet complete
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompleteException

        public IncompleteException​(int preferredSize)
        Constructor for the preferred size of a frame
        Parameters:
        preferredSize - the preferred size of a frame
    • Method Detail

      • getPreferredSize

        public int getPreferredSize()
        Getter for the preferredSize
        Returns:
        the value of the preferred size