Class DependableMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.palladiosimulator.dependability.ml.exception.DependableMLException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<DependableMLException>
supplierWithMessage
(String message) static com.google.common.base.Supplier<DependableMLException>
supplierWithMessageAndCause
(String message, Throwable cause) static void
throwWithMessage
(String message) static void
throwWithMessageAndCause
(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<DependableMLException> supplierWithMessage(String message) -
supplierWithMessageAndCause
public static com.google.common.base.Supplier<DependableMLException> supplierWithMessageAndCause(String message, Throwable cause)
-