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
- All Implemented Interfaces:
- Serializable
public class ScheduleFileMissingException
- extends AbstractKiemException
Indicates that the file associated with a given schedule is no longer in the
saved location.
- See Also:
- Serialized Form
- Rating

- (2010-01-27)
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.