Class DimensionMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- idare.imagenode.exceptions.layout.DimensionMismatchException
-
- All Implemented Interfaces:
Serializable
public class DimensionMismatchException extends Exception
Exception indicating, that a Container was too larger and could not be placed.- Author:
- Thomas Pfau
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DimensionMismatchException(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
-
DimensionMismatchException
public DimensionMismatchException(String Message)
-
-