Class IncompleteException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompleteException
    extends java.lang.Exception
    Exception which indicates that the frame is not yet complete
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int preferredSize
      The preferred size
      private static long serialVersionUID
      It's Serializable.
    • Constructor Summary

      Constructors 
      Constructor Description
      IncompleteException​(int preferredSize)
      Constructor for the preferred size of a frame
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPreferredSize()
      Getter for the preferredSize
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        It's Serializable.
        See Also:
        Constant Field Values
      • preferredSize

        private final int preferredSize
        The preferred size
    • 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