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:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      THe serial version.
      See Also:
  • Constructor Details

    • NegativeExponentException

      public NegativeExponentException()
      Builds a new exception.
    • NegativeExponentException

      public NegativeExponentException(String message)
      Builds an exception with a given message.
      Parameters:
      message - the message.
    • NegativeExponentException

      public NegativeExponentException(String message, Throwable cause)
      Builds an exception with a given message and cause.
      Parameters:
      message - the message.
      cause - the cause.