public class DataFormatException
extends java.lang.Exception
| Constructor and Description |
|---|
DataFormatException()
Constructor for
DataFormatException without a specific message. |
DataFormatException(java.lang.String message)
Constructor for
DataFormatException with a specific message. |
DataFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructor for
DataFormatException with a specific message and
cause. |
DataFormatException(java.lang.Throwable cause)
Constructor for
DataFormatException with a specific cause. |
public DataFormatException()
DataFormatException without a specific message.public DataFormatException(java.lang.String message)
DataFormatException with a specific message.message - the error message.public DataFormatException(java.lang.String message,
java.lang.Throwable cause)
DataFormatException with a specific message and
cause.message - the error message.cause - the cause.public DataFormatException(java.lang.Throwable cause)
DataFormatException with a specific cause.cause - the cause.