public class FlatFileFormatException extends RuntimeException
Constructor and Description |
---|
FlatFileFormatException(String message)
Create a new
FlatFileFormatException based on a message. |
FlatFileFormatException(String message,
Throwable cause)
Create a new
FlatFileFormatException based on a message and another exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 exceptionCopyright © 2013 SpringSource. All rights reserved.