Package io.sentry.exception
Class ExceptionMechanismException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.sentry.exception.ExceptionMechanismException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionExceptionMechanismException
(@NotNull Mechanism mechanism, @NotNull Throwable throwable, @NotNull Thread thread) ExceptionMechanismException
(@NotNull Mechanism mechanism, @NotNull Throwable throwable, @NotNull Thread thread, boolean snapshot) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExceptionMechanismException
-
ExceptionMechanismException
-
-
Method Details
-
getExceptionMechanism
Returns the encapsulated Mechanism- Returns:
- the Mechanism
-
getThrowable
Returns the encapsulated Throwable- Returns:
- the Throwable
-
getThread
Returns the encapsulated Thread- Returns:
- the Thread
-
isSnapshot
public boolean isSnapshot()Returns true if its a snapshot or false otherwise- Returns:
- true or false
-