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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalculatorException(String desc)
Default constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CalculatorException
public CalculatorException(String desc)
Default constructor.- Parameters:
desc
- Description text of this exception.
-
-