Class StringNotPMFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.uka.ipd.sdq.probfunction.math.exception.ProbabilityFunctionException
-
- org.palladiosimulator.solver.utils.StringNotPMFException
-
- All Implemented Interfaces:
Serializable
public class StringNotPMFException extends de.uka.ipd.sdq.probfunction.math.exception.ProbabilityFunctionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringNotPMFException()
StringNotPMFException(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StringNotPMFException
public StringNotPMFException()
-
StringNotPMFException
public StringNotPMFException(String string)
-
-