Class PrimaryDataFileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.file.PrimaryDataFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrimaryDataFileException extends java.lang.Exception
Class indicates an error with aPrimaryDataFile
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrimaryDataFileException()
Constructor forPrimaryDataFileException
without a specific message.PrimaryDataFileException(java.lang.String message)
Constructor forPrimaryDataFileException
with a specific message.PrimaryDataFileException(java.lang.String message, java.lang.Throwable cause)
Constructor forPrimaryDataFileException
with a specific message and cause.PrimaryDataFileException(java.lang.Throwable cause)
Constructor forPrimaryDataFileException
with a specific cause.
-
-
-
Constructor Detail
-
PrimaryDataFileException
public PrimaryDataFileException()
Constructor forPrimaryDataFileException
without a specific message.
-
PrimaryDataFileException
public PrimaryDataFileException(java.lang.String message)
Constructor forPrimaryDataFileException
with a specific message.- Parameters:
message
- the error message.
-
PrimaryDataFileException
public PrimaryDataFileException(java.lang.String message, java.lang.Throwable cause)
Constructor forPrimaryDataFileException
with a specific message and cause.- Parameters:
message
- the error message.cause
- the cause.
-
PrimaryDataFileException
public PrimaryDataFileException(java.lang.Throwable cause)
Constructor forPrimaryDataFileException
with a specific cause.- Parameters:
cause
- the cause.
-
-