public class IncorrectLineLengthException extends FlatFileFormatException
Constructor and Description |
---|
IncorrectLineLengthException(int expectedLength,
int actualLength) |
IncorrectLineLengthException(int expectedLength,
int actualLength,
String input) |
IncorrectLineLengthException(String message,
int expectedLength,
int actualLength) |
IncorrectLineLengthException(String message,
int expectedLength,
int actualLength,
String input) |
Modifier and Type | Method and Description |
---|---|
int |
getActualLength() |
int |
getExpectedLength() |
getInput
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncorrectLineLengthException(String message, int expectedLength, int actualLength, String input)
public IncorrectLineLengthException(String message, int expectedLength, int actualLength)
public IncorrectLineLengthException(int expectedLength, int actualLength, String input)
public IncorrectLineLengthException(int expectedLength, int actualLength)
Copyright © 2018 Pivotal. All rights reserved.