Package yams.exceptions
Class ElevatorConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
yams.exceptions.ElevatorConfigurationException
- All Implemented Interfaces:
Serializable
Exception for when the Elevator is configured incorrectly.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElevatorConfigurationException(String message, String result, String remedyFunction) Elevator configuration exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElevatorConfigurationException
Elevator configuration exception.- Parameters:
message- Message to display.result- Result of the configuration.remedyFunction- Remedy function to use.
-