Class NoDataException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NoDataException extends MathIllegalArgumentException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when the required data is missing.
See Also:
  • Constructor Details

    • NoDataException

      public NoDataException()
      Deprecated.
      Construct the exception.
    • NoDataException

      public NoDataException(Localizable specific)
      Deprecated.
      Construct the exception with a specific context.
      Parameters:
      specific - Contextual information on what caused the exception.