public class ProblemStartDateAfterEndDate extends Problem implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
ProblemStartDateAfterEndDate(java.util.Date startDate,
java.util.Date endDate)
Constructor for the ProblemStartDateAfterEndDate class.
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEndDate()
Get the end date involved in the error.
|
java.lang.String |
getErrorMessage() |
java.util.Date |
getStartDate()
Get the start date involved in the error.
|
getErrorType
public static final java.lang.String COPYRIGHT
public ProblemStartDateAfterEndDate(java.util.Date startDate, java.util.Date endDate)
startDate
- The start date involved in the error.endDate
- The end date involved in the error.public java.util.Date getEndDate()
public java.util.Date getStartDate()
public java.lang.String getErrorMessage()
getErrorMessage
in class Problem