Package org.robolectric.sandbox
Class NativeMethodNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.robolectric.sandbox.NativeMethodNotFoundException
- All Implemented Interfaces:
 Serializable
Thrown when a particular Robolectric native method cannot be found.
 
Instrumented native methods throw this exception when the NativeCallHandler is set to throw-on-native and that the dedicated method signature has not been exempted.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NativeMethodNotFoundException
public NativeMethodNotFoundException() - 
NativeMethodNotFoundException
 
 -