Exception in thread "AWT-EventQueue-0"
Bonjour à tous,
j'espere trouver une explication a ce qui vien de se passer dans la fenetre de Matlab
j'etais en train d'ouvrir quelques uns de mes Mfile a l'aide de la commande edit
apres quand je suis revenu au Command Window de matlab j'ai trouvé ces suite des lignes
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.mathworks.mde.editor.EditorView.doFindAgain(EditorView.java:897)
at com.mathworks.mde.editor.EditorView.findForward(EditorView.java:1087)
at com.mathworks.widgets.find.FindDialog.doActionStuff(FindDialog.java:1203)
at com.mathworks.widgets.find.FindDialog.access$600(FindDialog.java:24)
at com.mathworks.widgets.find.FindDialog$MyFindAction.actionPerformed(FindDialog.java:1222)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at com.mathworks.mwswing.MJButton.processMouseEvent(MJButton.java:498)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source) |
je ne sais pas c'est dû à quoi ,j'ai fait des recherches mais je n'ai pas trouvé une réponse
quelqu'un pourrait-il m'expliquer ce que ça signifie ?
merci beacoup.