Package org.jdesktop.swingx.error
Contains classes and interfaces used by the
JErrorPane
component.-
Interface Summary Interface Description ErrorListener ErrorListener defines the interface for an object which listens to errors generated by a JX Swing component.ErrorReporter ErrorReporter is used byJXErrorPane
to implement a pluggable error reporting API. -
Class Summary Class Description ErrorEvent Defines an event which encapsulates an error which occurred in a JX Swing component which supports ErrorListeners.ErrorInfo A simple class that encapsulates all the information needed to report a problem using the automated report/processing system.ErrorLevel ExtendsLevel
adding theFATAL
error level.ErrorSupport ErrorSupport provides support for managing error listeners. -
Exception Summary Exception Description ErrorEvent Defines an event which encapsulates an error which occurred in a JX Swing component which supports ErrorListeners.ErrorInfo A simple class that encapsulates all the information needed to report a problem using the automated report/processing system.ErrorLevel Extendsjava.util.logging.Level
adding theFATAL
error level.ErrorListener ErrorListener defines the interface for an object which listens to errors generated by a JX Swing component.ErrorReporter ErrorReporter is used byorg.jdesktop.swingx.JXErrorPane
to implement a pluggable error reporting API.ErrorSupport ErrorSupport provides support for managing error listeners.