Package main.utils.exception
Class PageBackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
main.utils.exception.PageBackException
- All Implemented Interfaces:
Serializable
The
PageBackException
class is a custom exception that is thrown when a user attempts to navigate back from a UI page
where it is not allowed.
It extends the Exception
class.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance of thePageBackException
class with a default error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PageBackException
public PageBackException()Creates a new instance of thePageBackException
class with a default error message. The default message is "Page back".
-