Class CalculatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.palladiosimulator.probeframework.exceptions.CalculatorException
All Implemented Interfaces:
Serializable

public class CalculatorException extends Exception
This Exception arises if something during the execution of a calculator went wrong.
See Also:
  • Constructor Details

    • CalculatorException

      public CalculatorException(String desc)
      Default constructor.
      Parameters:
      desc - Description text of this exception.