java.lang.NullPointerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via docfetcher by *anonymous
, 1 year agojava.lang.NullPointerException:
at net.sourceforge.docfetcher.gui.preview.HighlightingToolBarWithTextViewer.moveSelection(HighlightingToolBarWithTextViewer.java:203)
at net.sourceforge.docfetcher.gui.preview.HighlightingToolBarWithTextViewer.access$200(HighlightingToolBarWithTextViewer.java:42)
at net.sourceforge.docfetcher.gui.preview.HighlightingToolBarWithTextViewer$4.widgetSelected(HighlightingToolBarWithTextViewer.java:130)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at net.sourceforge.docfetcher.gui.Application.main(Application.java:336)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.sourceforge.docfetcher.Main.main(Main.java:32)