Class 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:
    Serialized Form
    • Constructor Detail

      • CostEstimationException

        public CostEstimationException​(String message)