Class TooManyItemsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- idare.imagenode.exceptions.layout.TooManyItemsException
-
- All Implemented Interfaces:
Serializable
public class TooManyItemsException extends Exception
Exception indicating that a container was too large and could not be placed.- Author:
- Thomas Pfau
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyItemsException(String Message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TooManyItemsException
public TooManyItemsException(String Message)
-
-