Class ElevatorConfigurationException

All Implemented Interfaces:
Serializable

public class ElevatorConfigurationException extends RuntimeException
Exception for when the Elevator is configured incorrectly.
See Also:
  • Constructor Details

    • ElevatorConfigurationException

      public ElevatorConfigurationException(String message, String result, String remedyFunction)
      Elevator configuration exception.
      Parameters:
      message - Message to display.
      result - Result of the configuration.
      remedyFunction - Remedy function to use.