Class ZeroException

All Implemented Interfaces:
Serializable, ExceptionContextProvider

public class ZeroException extends MathIllegalNumberException
Exception to be thrown when zero is provided where it is not allowed.
Since:
2.2
See Also:
  • Constructor Details

    • ZeroException

      public ZeroException()
      Construct the exception.
    • ZeroException

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