Class FunctionProcessingException

  • All Implemented Interfaces:
    Serializable

    public class FunctionProcessingException
    extends RuntimeException
    An exception that indicates that a function has not been correctly initialised.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • FunctionProcessingException

        public FunctionProcessingException()
        Default constructor.
      • FunctionProcessingException

        public FunctionProcessingException​(String message,
                                           Exception ex)
        Creates an exception.
        Parameters:
        message - the exception message.
        ex - the parent exception.
      • FunctionProcessingException

        public FunctionProcessingException​(String message)
        Creates an exception.
        Parameters:
        message - the exception message.