Class ZeroException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class ZeroException extends MathIllegalNumberException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when zero is provided where it is not allowed.
See Also:
  • Constructor Details

    • ZeroException

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

      public ZeroException(Localizable specific, Object... arguments)
      Deprecated.
      Construct the exception with a specific context.
      Parameters:
      specific - Specific context pattern.
      arguments - Arguments.