Class ThresholdExpressionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ThresholdExpressionException
    extends java.lang.Exception

    ThresholdExpressionException class.

    Version:
    $Id: $
    Author:
    Craig Miskell
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ThresholdExpressionException​(java.lang.String message)
      Constructor for ThresholdExpressionException.
      ThresholdExpressionException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for ThresholdExpressionException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ThresholdExpressionException

        public ThresholdExpressionException​(java.lang.String message)

        Constructor for ThresholdExpressionException.

        Parameters:
        message - a String object.
      • ThresholdExpressionException

        public ThresholdExpressionException​(java.lang.String message,
                                            java.lang.Throwable cause)

        Constructor for ThresholdExpressionException.

        Parameters:
        message - a String object.
        cause - a Throwable object.