Class ErrorMessage

java.lang.Object
com.ntak.pearlzip.archive.pub.ProgressMessage
com.ntak.pearlzip.archive.pub.ErrorMessage

public class ErrorMessage extends ProgressMessage
A POJO object used to transmit an error message from back-end services to the front-end UI. Error Messages are consumed by the ErrorAlertConsumer. An alert is then raised to provide information to the user along with a stack trace.
  • Constructor Details

  • Method Details

    • getTitle

      public String getTitle()
    • getHeader

      public String getHeader()
    • getException

      public Exception getException()
    • getArchiveInfo

      public ArchiveInfo getArchiveInfo()