public class FlatFileFormatException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
FlatFileFormatException(java.lang.String message)
Create a new
FlatFileFormatException based on a message. |
FlatFileFormatException(java.lang.String message,
java.lang.String input)
Create a new
FlatFileFormatException based on a message. |
FlatFileFormatException(java.lang.String message,
java.lang.Throwable cause)
Create a new
FlatFileFormatException based on a message and another exception. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInput() |
public FlatFileFormatException(java.lang.String message,
java.lang.String input)
FlatFileFormatException based on a message.message - the message for this exceptionpublic FlatFileFormatException(java.lang.String message)
FlatFileFormatException based on a message.message - the message for this exceptionpublic FlatFileFormatException(java.lang.String message,
java.lang.Throwable cause)
FlatFileFormatException based on a message and another exception.message - the message for this exceptioncause - the other exception