public class DataFormatException extends Exception
| Constructor and Description |
|---|
DataFormatException()
Constructor for
DataFormatException without a specific message. |
DataFormatException(String message)
Constructor for
DataFormatException with a specific message. |
DataFormatException(String message,
Throwable cause)
Constructor for
DataFormatException with a specific message and
cause. |
DataFormatException(Throwable cause)
Constructor for
DataFormatException with a specific cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataFormatException()
DataFormatException without a specific message.public DataFormatException(String message)
DataFormatException with a specific message.message - the error message.public DataFormatException(String message, Throwable cause)
DataFormatException with a specific message and
cause.message - the error message.cause - the cause.public DataFormatException(Throwable cause)
DataFormatException with a specific cause.cause - the cause.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.