Module org.jpo

Class FlatFileDistiller.DistillerResult

java.lang.Object
org.jpo.gui.swing.FlatFileDistiller.DistillerResult
Enclosing class:
FlatFileDistiller

public static class FlatFileDistiller.DistillerResult extends Object
Distiller Result
  • Constructor Details

    • DistillerResult

      public DistillerResult(boolean success, Exception exception)
      returns the Distiller Result
      Parameters:
      success - whether the distiller succeeded or not
      exception - Exception
  • Method Details

    • getSuccess

      public boolean getSuccess()
      Returns true if the writing was successful
      Returns:
      true if successful
    • getException

      public Exception getException()
      Returns the exception
      Returns:
      the exception