[問題] matlab 跳出來的訊息 已回收

看板MATLAB作者 (Binly)時間14年前 (2011/06/19 23:23), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
先謝謝進來看的大大 我寫的程式最後面都會跳出一些訊息 雖然沒有發生錯誤 不過不知道會不會影響計算的能力 我把它貼上來希望有大大能夠幫我解惑 <===================================以下為跳出之訊息=======================> [ConditionalEventPump] Exception occurred during event dispatching: java.lang.NullPointerException at org.netbeans.editor.BaseDocument.notifyUnmodify(BaseDocument.java:1465) at org.netbeans.editor.BaseDocument.notifyModifyCheckEnd(BaseDocument.java:816) at org.netbeans.editor.BaseDocumentEvent.redo(BaseDocumentEvent.java:336) at javax.swing.undo.UndoManager.redoTo(Unknown Source) at javax.swing.undo.UndoManager.redo(Unknown Source) at com.mathworks.mwswing.undo.MUndoManager.redo(MUndoManager.java:221) at org.netbeans.editor.ActionFactory$RedoAction.actionPerformed(ActionFactory.java:767) at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:256) at com.mathworks.mwswing.ChildAction.actionPerformed(ChildAction.java:178) at com.mathworks.mwswing.ChildAction.actionPerformed(ChildAction.java:178) 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.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:312) 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.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(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) [ConditionalEventPump] Exception occurred during event dispatching: java.lang.NullPointerException at org.netbeans.editor.BaseDocument.notifyUnmodify(BaseDocument.java:1465) at org.netbeans.editor.BaseDocument.notifyModifyCheckEnd(BaseDocument.java:816) at org.netbeans.editor.BaseDocumentEvent.redo(BaseDocumentEvent.java:336) at org.netbeans.editor.BaseDocument$AtomicCompoundEdit.redo(BaseDocument.java:1694) at com.mathworks.mwswing.undo.FilterUndoableEdit.redo(FilterUndoableEdit.java:33) at com.mathworks.mwswing.undo.CleanMarkerEdit.redo(CleanMarkerEdit.java:53) at javax.swing.undo.UndoManager.redoTo(Unknown Source) at javax.swing.undo.UndoManager.redo(Unknown Source) at com.mathworks.mwswing.undo.MUndoManager.redo(MUndoManager.java:221) at org.netbeans.editor.ActionFactory$RedoAction.actionPerformed(ActionFactory.java:767) at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:256) at com.mathworks.mwswing.ChildAction.actionPerformed(ChildAction.java:178) at com.mathworks.mwswing.ChildAction.actionPerformed(ChildAction.java:178) 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.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:312) 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.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(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) <========================================結束==========================> 不知道這代表什麼意思呢!? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.187.253.85
文章代碼(AID): #1D_XICCf (MATLAB)