Package dev.zemco.codegame.presentation
Class UnknownRouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.presentation.UnknownRouteException
- All Implemented Interfaces:
Serializable
Thrown when navigation is attempted, but the route is not known by the navigator.
- Author:
- Erik Zemčík
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownRouteException(String message, Throwable cause) Creates an instance ofUnknownRouteException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownRouteException
Creates an instance ofUnknownRouteException.- Parameters:
message- detail message containing information about the navigation failurecause- cause of the resource navigation failure
-