-
- All Implemented Interfaces:
-
java.io.Serializable
public class IncompleteException extends Exception
Exception which indicates that the frame is not yet complete
-
-
Field Summary
Fields Modifier and Type Field Description private final int
preferredSize
-
Constructor Summary
Constructors Constructor Description IncompleteException(int preferredSize)
Constructor for the preferred size of a frame
-
Method Summary
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, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPreferredSize
int getPreferredSize()
Getter for the preferredSize
-
-
-
-