Package

edu.umass.cs.automan.core

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class BackendFailureException() extends Exception with Product with Serializable

    Permalink

    Created by dbarowy on 1/22/16.

  2. case class ExceedsMaxReplicas(str: String) extends Exception with Product with Serializable

    Permalink
  3. case class FailedComputationException(err: String) extends Exception with Product with Serializable

    Permalink
  4. case class NotSupportedYet(err: String) extends Exception with Product with Serializable

    Permalink
  5. case class OverBudgetException(need: BigDecimal, have: BigDecimal) extends Exception with Product with Serializable

    Permalink
  6. case class StrategyError(err: String) extends Exception with Product with Serializable

    Permalink
  7. case class ValidationStrategyInitError(err: String) extends Exception with Product with Serializable

    Permalink

Ungrouped