Class ArrangeStackException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.image.bean.nonbean.spatial.arrange.ArrangeStackException
- All Implemented Interfaces:
Serializable
public class ArrangeStackException extends AnchorCheckedException
When the position of a particular
RGBStack cannot be determined, when combined with
others onto a single plane.- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ArrangeStackException(Exception cause)Create with a cause.ArrangeStackException(String message)Create with a message.ArrangeStackException(String message, Exception cause)Create with a message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArrangeStackException
Create with a message.- Parameters:
message- the message.
-
ArrangeStackException
Create with a cause.- Parameters:
cause- the cause.
-
ArrangeStackException
Create with a message and cause.- Parameters:
message- the message.cause- the cause.
-