Class ArrangeStackException
Object
Throwable
Exception
AnchorCheckedException
ArrangeStackException
- All Implemented Interfaces:
Serializable
When the position of a particular
RGBStack
cannot be determined, when combined with
others onto a single plane.- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArrangeStackException
(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.
-