Class ContainerUnplaceableExcpetion
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- idare.imagenode.exceptions.layout.ContainerUnplaceableExcpetion
-
- All Implemented Interfaces:
Serializable
public class ContainerUnplaceableExcpetion extends Exception
Exception indicating, that there was at least one unplaceable container in a given layout.- Author:
- Thomas Pfau
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContainerUnplaceableExcpetion(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
-
ContainerUnplaceableExcpetion
public ContainerUnplaceableExcpetion(String Message)
-
-