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