Top "Unhandled" questions

tag used for unhandled error or Exception thrown by code

android.view.View$OnUnhandledKeyEventListener

I am new to Android Studio and I don't get why my toolbar isn't shown as described by https://developer.…

android android-toolbar keyevent unhandled
Unhandled Exception in Java

I'm currently in the process of learning how to properly do custom exception and I stumbled upon a problem. Whenever …

java exception unhandled
unhandled exception type ParseException

I'm using this part of code in my app : SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'hh:mm:ss'Z'"); Date qdate = new GregorianCalendar(0,0,0).…

android exception unhandled
Exception in MessageQueue callback: handleReceiveCallback

I am having an issue with detecting gestures. I get an error every time I double tap, and searching the …

android callback gesture unhandled
0xC000041D: An unhandled exception was encountered during a user callback

I am encountering the error '0xC000041D: An unhandled exception was encountered during a user callback', when I run …

c opengl exception visual-studio-2015 unhandled
Inserting into a binary search tree

I wrote a function to insert nodes into a binary search tree. However, when trying to build a solution in …

c++ exception binary-search-tree unhandled
C# NullReferenceException was unhandled - Object reference not set to an instance of an object

I'm trying to create a application using Windows Forms in C#, however I keep getting an error stating: NullReferenceException was …

c# exception reference null unhandled
Can I get the future unhandled promise rejection behaviour now?

In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. …

javascript node.js promise unhandled
Why am I getting a FormatException was unhandled error?

I have created a program, and a extensive test of it, I'm getting a error that says "FormatException was unhandled, …

c# string input formatexception unhandled
Unhandled exception - OpenCV - cvReleaseCapture and cvReleaseImage - C++

I have a program that uses the OpenCV library (version 2.4.1) to capture video from my laptop's webcam (or any other …

c++ exception opencv iplimage unhandled