Class WrongListSizesException

All Implemented Interfaces:
Serializable

public class WrongListSizesException extends GeometryEstimatorException
Thrown when a pair of lists don't have equal size.
See Also:
  • Constructor Details

    • WrongListSizesException

      public WrongListSizesException()
      Constructor.
    • WrongListSizesException

      public WrongListSizesException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • WrongListSizesException

      public WrongListSizesException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • WrongListSizesException

      public WrongListSizesException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.