Class RobustEstimatorException

All Implemented Interfaces:
Serializable

public class RobustEstimatorException extends NumericalException
Raised if estimation on a RobustEstimator fails.
See Also:
  • Constructor Details

    • RobustEstimatorException

      public RobustEstimatorException()
      Constructor.
    • RobustEstimatorException

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

      public RobustEstimatorException(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.
    • RobustEstimatorException

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