Class CostEstimationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sysds.resource.cost.CostEstimationException
All Implemented Interfaces:
Serializable

public class CostEstimationException extends Exception
Exception thrown when the cost estimation gets in a state that should not raise runtime a exception. Such exception is to be raised only in the following case: Local memory is not sufficient for the estimated caching
See Also:
  • Constructor Details

    • CostEstimationException

      public CostEstimationException(String message)