Class 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:
  • Constructor Details

    • ArrangeStackException

      public ArrangeStackException(String message)
      Create with a message.
      Parameters:
      message - the message.
    • ArrangeStackException

      public ArrangeStackException(Exception cause)
      Create with a cause.
      Parameters:
      cause - the cause.
    • ArrangeStackException

      public ArrangeStackException(String message, Exception cause)
      Create with a message and cause.
      Parameters:
      message - the message.
      cause - the cause.