org.merlotxml.merlot
Class MerlotError.ShowErrorDetailsAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--org.merlotxml.merlot.MerlotError.ShowErrorDetailsAction
Enclosing class:
MerlotError

protected static class MerlotError.ShowErrorDetailsAction
extends javax.swing.AbstractAction

shows the stack trace of an error message

See Also:
Serialized Form

Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Constructor Summary
MerlotError.ShowErrorDetailsAction(java.lang.Throwable t, java.awt.Component c)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerlotError.ShowErrorDetailsAction

public MerlotError.ShowErrorDetailsAction(java.lang.Throwable t,
                                          java.awt.Component c)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Overrides:
actionPerformed in class javax.swing.AbstractAction