de.cau.cs.kieler.sim.kiem.config.exception
Class ScheduleFileMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.cau.cs.kieler.sim.kiem.config.exception.AbstractKiemException
de.cau.cs.kieler.sim.kiem.config.exception.ScheduleFileMissingException
public class ScheduleFileMissingException
- extends AbstractKiemException
Indicates that the file associated with a given schedule is no longer in the
saved location.
- Rating

- (2010-01-27)
ScheduleFileMissingException
public ScheduleFileMissingException(String message,
Object infoParam)
- Creates a new ScheduleFileMissingException.
- Parameters:
message
- the messageinfoParam
- the schedule for which the file is missing
ScheduleFileMissingException
public ScheduleFileMissingException(Throwable cause,
Object infoParam)
- Creates a new ScheduleFileMissingException.java.
- Parameters:
cause
- the causeinfoParam
- the schedule for which the file is missing
getErrorMessage
public String getErrorMessage()
- Displays an error message based on the information.
- Specified by:
getErrorMessage
in class AbstractKiemException
- Returns:
- the error message.