public class IncorrectLineLengthException extends FlatFileFormatException
Constructor and Description |
---|
IncorrectLineLengthException(int expectedLength,
int actualLength) |
IncorrectLineLengthException(int expectedLength,
int actualLength,
java.lang.String input) |
IncorrectLineLengthException(java.lang.String message,
int expectedLength,
int actualLength) |
IncorrectLineLengthException(java.lang.String message,
int expectedLength,
int actualLength,
java.lang.String input) |
Modifier and Type | Method and Description |
---|---|
int |
getActualLength() |
int |
getExpectedLength() |
getInput
public IncorrectLineLengthException(java.lang.String message, int expectedLength, int actualLength, java.lang.String input)
public IncorrectLineLengthException(java.lang.String message, int expectedLength, int actualLength)
public IncorrectLineLengthException(int expectedLength, int actualLength, java.lang.String input)
public IncorrectLineLengthException(int expectedLength, int actualLength)