Class NegativeExponentException

All Implemented Interfaces:
Serializable

public class NegativeExponentException extends IllegalArgumentException
Thrown when an application attempts to use a negative exponent in a Poly.
See Also:
  • Constructor Details

    • NegativeExponentException

      public NegativeExponentException()
    • NegativeExponentException

      public NegativeExponentException(String message)
    • NegativeExponentException

      public NegativeExponentException(String message, Throwable cause)