java.lang.Object
org.jpo.gui.swing.FlatFileDistiller.DistillerResult
- Enclosing class:
FlatFileDistiller
Distiller Result
-
Constructor Summary
ConstructorDescriptionDistillerResult
(boolean success, Exception exception) returns the Distiller Result -
Method Summary
Modifier and TypeMethodDescriptionReturns the exceptionboolean
Returns true if the writing was successful
-
Constructor Details
-
DistillerResult
returns the Distiller Result- Parameters:
success
- whether the distiller succeeded or notexception
- Exception
-
-
Method Details
-
getSuccess
public boolean getSuccess()Returns true if the writing was successful- Returns:
- true if successful
-
getException
Returns the exception- Returns:
- the exception
-