/** CannotStepException is thrown when a Stepper object tries to * step but cannot. */ public class CannotStepException extends Exception { }