Module org.autogui

Class GuiLogEntryException

java.lang.Object
org.autogui.base.log.GuiLogEntryException
All Implemented Interfaces:
GuiLogEntry
Direct Known Subclasses:
GuiSwingLogEntryException

public class GuiLogEntryException extends Object implements GuiLogEntry
the class is not an throwable exception class, instead this is a log-entry class for an exception object.
  • Field Details

  • Constructor Details

    • GuiLogEntryException

      public GuiLogEntryException(Throwable exception)
    • GuiLogEntryException

      public GuiLogEntryException(Instant time, Throwable exception)
  • Method Details