public class FlatFileFormatException extends RuntimeException
| Constructor and Description |
|---|
FlatFileFormatException(String message)
Create a new
FlatFileFormatException based on a message. |
FlatFileFormatException(String message,
String input)
Create a new
FlatFileFormatException based on a message. |
FlatFileFormatException(String message,
Throwable cause)
Create a new
FlatFileFormatException based on a message and another exception. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInput() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FlatFileFormatException(String message, String input)
FlatFileFormatException based on a message.message - the message for this exceptionpublic FlatFileFormatException(String message)
FlatFileFormatException based on a message.message - the message for this exceptionpublic FlatFileFormatException(String message, Throwable cause)
FlatFileFormatException based on a message and another exception.message - the message for this exceptioncause - the other exceptionpublic String getInput()
Copyright © 2014. All rights reserved.