Class SignalProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.numerical.NumericalException
com.irurueta.numerical.signal.processing.SignalProcessingException
All Implemented Interfaces:
Serializable

public class SignalProcessingException extends NumericalException
Raised when something fails during signal processing.
See Also:
  • Constructor Details

    • SignalProcessingException

      public SignalProcessingException()
      Constructor.
    • SignalProcessingException

      public SignalProcessingException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • SignalProcessingException

      public SignalProcessingException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • SignalProcessingException

      public SignalProcessingException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.