Top "Runtimeexception" questions

RuntimeException is the superclass of those exceptions that can be thrown during the normal operation of the Virtual Machine.

SEVERE: Unable to create initial connections of pool - tomcat 7 with context.xml file

I tried to run project on tomcat 7.0.52 and initialize to DB through context.xml file. But it throws bunch of …

java xml tomcat runtimeexception
Unable instantiate android.gms.maps.MapFragment

I try to do a demo with google maps android v2 with very simple activity, just copy code from google …

android noclassdeffounderror runtimeexception
Error:Execution failed for task ':app:transformClassesWithDexForDebug' in android studio

I am moving my projects from eclipse to Android Studio. While running one of my app I get the following …

android android-studio runtimeexception
Handling RuntimeExceptions in Java

Can anyone explain how to handle the Runtime Exceptions in Java?

java exception-handling runtimeexception
java.lang.RuntimeException: Handler (android.os.Handler) sending message to a Handler on a dead thread

in my app I'm using IntentService for sending SMS. @Override protected void onHandleIntent(Intent intent) { Bundle data = intent.getExtras(); String[] …

android android-intent service handler runtimeexception
Android - FATAL EXCEPTION: main - Unable to start activity ComponentInfo

My problem is that when I run my app on the android emulator the app starts up but quickly crashes …

java android fatal-error classcastexception runtimeexception
java.lang.RuntimeException: takePicture failed

when i do continuous click on Capture button (without any break), getting Runtime Exception how can i resolve this issue ? …

java android android-camera runtimeexception
Error inflating class android.support.design.widget.FloatingActionButton

My app crashed because Error inflating class android.support.design.widget.FloatingActionButton This is my code in the XML <…

android floating-action-button runtimeexception
Proper use of RuntimeException?

Possible Duplicate: In Java, when should I create a checked exception, and when should it be a runtime exception? When …

java exception runtimeexception
java.lang.RuntimeException: Failed to invoke public com.example.syncapp.MessageBase() with no args

protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { System.out.println(request.getParameter("msg").toString()); String data = request.…

java android json gson runtimeexception