add another fix for #27 'parser doesn't handle truncated input files'
This commit is contained in:
@ -88,6 +88,8 @@ public class TextDbLoader implements IWaveformDbLoader{
|
|||||||
}
|
}
|
||||||
} catch (IndexOutOfBoundsException e) {
|
} catch (IndexOutOfBoundsException e) {
|
||||||
return false
|
return false
|
||||||
|
} catch (IllegalArgumentException e) {
|
||||||
|
return false
|
||||||
} catch (NumberFormatException e) {
|
} catch (NumberFormatException e) {
|
||||||
return false
|
return false
|
||||||
} catch(EOFException e) {
|
} catch(EOFException e) {
|
||||||
|
Reference in New Issue
Block a user