de.cau.cs.kieler.sim.kiem.config.exception
Class ScheduleFileMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.cau.cs.kieler.sim.kiem.config.exception.AbstractKiemException
              extended by 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 proposed yellow
(2010-01-27)

Constructor Summary
ScheduleFileMissingException(String message, Object infoParam)
          Creates a new ScheduleFileMissingException.
ScheduleFileMissingException(Throwable cause, Object infoParam)
          Creates a new ScheduleFileMissingException.java.
 
Method Summary
 String getErrorMessage()
          Displays an error message based on the information.
 
Methods inherited from class de.cau.cs.kieler.sim.kiem.config.exception.AbstractKiemException
getInfo
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScheduleFileMissingException

public ScheduleFileMissingException(String message,
                                    Object infoParam)
Creates a new ScheduleFileMissingException.

Parameters:
message - the message
infoParam - the schedule for which the file is missing

ScheduleFileMissingException

public ScheduleFileMissingException(Throwable cause,
                                    Object infoParam)
Creates a new ScheduleFileMissingException.java.

Parameters:
cause - the cause
infoParam - the schedule for which the file is missing
Method Detail

getErrorMessage

public String getErrorMessage()
Displays an error message based on the information.

Specified by:
getErrorMessage in class AbstractKiemException
Returns:
the error message.