Class DeltaComputationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.delta.DeltaComputationException
All Implemented Interfaces:
Serializable

public class DeltaComputationException extends RuntimeException
Thrown when delta computation cannot be completed for a valid input pair.
See Also:
  • Constructor Details

    • DeltaComputationException

      public DeltaComputationException(String message)
      Creates an exception with a computation failure message.
      Parameters:
      message - failure description
    • DeltaComputationException

      public DeltaComputationException(String message, Throwable cause)
      Creates an exception with a computation failure message and cause.
      Parameters:
      message - failure description
      cause - root cause