Class NoDataException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class NoDataException extends MathIllegalArgumentException
Exception to be thrown when the required data is missing.
Since:
2.2
See Also:
  • Constructor Details

    • NoDataException

      public NoDataException()
      Construct the exception.
    • NoDataException

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