Package com.sas.lsaf.clinical.common
Class ValidationReportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.clinical.common.ValidationReportException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationReportException extends AbstractCheckedException
Thrown when the validation report is not created.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationReportException(java.lang.String message)
Constructs aValidationReportException
object with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ValidationReportException
public ValidationReportException(java.lang.String message)
Constructs aValidationReportException
object with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
).
-
-