Class RedirectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExitException

public class RedirectionException extends ControlException
Implementation of program exception, used to indicate redirection (GO TO)
See Also:
  • Constructor Details

    • RedirectionException

      public RedirectionException(String target)
    • RedirectionException

      public RedirectionException(String target, boolean passExceptionUp)
  • Method Details

    • getTarget

      public String getTarget()
    • isPassExceptionUp

      public boolean isPassExceptionUp()