Class FeatureCalculationException

Object
Throwable
Exception
AnchorCheckedException
FeatureCalculationException
All Implemented Interfaces:
Serializable

public class FeatureCalculationException extends AnchorCheckedException
When the calculation of a feature cannot complete successfully.
Author:
Owen Feehan
See Also:
  • Constructor Details

    • FeatureCalculationException

      public FeatureCalculationException(String message)
      Creates with a message only.
      Parameters:
      message - the message.
    • FeatureCalculationException

      public FeatureCalculationException(Throwable cause)
      Creates with a cause only.
      Parameters:
      cause - the cause.
    • FeatureCalculationException

      public FeatureCalculationException(String message, Throwable cause)
      Creates with both a message and a cause.
      Parameters:
      message - the message.
      cause - the cause.