Package com.helixframework.delta
Class DeltaComputationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helixframework.delta.DeltaComputationException
- All Implemented Interfaces:
Serializable
Thrown when delta computation cannot be completed for a valid input pair.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaComputationException(String message) Creates an exception with a computation failure message.DeltaComputationException(String message, Throwable cause) Creates an exception with a computation failure message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeltaComputationException
Creates an exception with a computation failure message.- Parameters:
message- failure description
-
DeltaComputationException
Creates an exception with a computation failure message and cause.- Parameters:
message- failure descriptioncause- root cause
-