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:
Serializable
Thrown when the validation report is not created.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationReportException(String message) Constructs aValidationReportExceptionobject with the specified detail message. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationReportException
Constructs aValidationReportExceptionobject with the specified detail message.- Parameters:
message- The detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()).
-