Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created February 6, 2015 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mohit-Kheterpal/09cd4b1629e6029b8b00 to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/09cd4b1629e6029b8b00 to your computer and use it in GitHub Desktop.
/Users/apprpject/Downloads/TestRuntimeException/TestRuntimeException/obj/Debug/android/src/testruntimeexception/Example_ExampleException.java(3,3): Error: error: no suitable constructor found for RuntimeException(String,Throwable,boolean,boolean)
super (p0, p1, p2, p3);
constructor RuntimeException.RuntimeException(Throwable) is not applicable
(actual and formal argument lists differ in length)
constructor RuntimeException.RuntimeException(String,Throwable) is not applicable
(actual and formal argument lists differ in length)
constructor RuntimeException.RuntimeException(String) is not applicable
(actual and formal argument lists differ in length)
constructor RuntimeException.RuntimeException() is not applicable
(actual and formal argument lists differ in length)
(TestRuntimeException)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment