Class UnexpectedNegativeValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.calculator.UnexpectedNegativeValueException
All Implemented Interfaces:
Serializable

public class UnexpectedNegativeValueException extends RuntimeException
Exception thrown when a negative number appears in an invalid location.
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • UnexpectedNegativeValueException

      public UnexpectedNegativeValueException(String message)
      Generic constructor.
      Parameters:
      message - message
    • UnexpectedNegativeValueException

      public UnexpectedNegativeValueException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable