Class MLSensitivityAnalysisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.palladiosimulator.dependability.ml.sensitivity.exception.MLSensitivityAnalysisException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<MLSensitivityAnalysisException>supplierWithMessage(String message) static com.google.common.base.Supplier<MLSensitivityAnalysisException>supplierWithMessageAndCause(String message, Throwable cause) static voidthrowWithMessage(String message) static voidthrowWithMessageAndCause(String message, Throwable cause) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
throwWithMessage
-
throwWithMessageAndCause
-
supplierWithMessage
public static com.google.common.base.Supplier<MLSensitivityAnalysisException> supplierWithMessage(String message) -
supplierWithMessageAndCause
public static com.google.common.base.Supplier<MLSensitivityAnalysisException> supplierWithMessageAndCause(String message, Throwable cause)
-