Package org.robolectric.shadows
Class ShadowLog.TerribleFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.robolectric.shadows.ShadowLog.TerribleFailure
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShadowLog
public static final class ShadowLog.TerribleFailure extends RuntimeException
Failure thrown when wtf_is_fatal is true and Log.wtf is called. This is a parallel implementation of framework's hidden APIandroid.util.Log#TerribleFailure
, to allow tests to catch / expect these exceptions.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-