if (lpc.getLastSeriouseException() != null) {
// Throw it, this blocks exception catch diplays the error.
throw lpc.getLastSeriouseException();
}
// If not aborted, display results
if (!lpd.abort()) {
/*
* Now some statistics must be refreshed if the directory pattern
* contains a bitrate.
* If the bitrate pattern is replaced by its value it may
* be possible a conflict arises.