Class UnknownRouteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.presentation.UnknownRouteException
All Implemented Interfaces:
Serializable

public class UnknownRouteException extends RuntimeException
Thrown when navigation is attempted, but the route is not known by the navigator.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • UnknownRouteException

      public UnknownRouteException(String message, Throwable cause)
      Creates an instance of UnknownRouteException.
      Parameters:
      message - detail message containing information about the navigation failure
      cause - cause of the resource navigation failure