Class FastNavigatorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FastNavigatorException
    extends FastException
    This class is used to throw an exception when the fast framework fails when doing a navigation action
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • FastNavigatorException

        public FastNavigatorException()
        Instantiates a new Fast exception.
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.String message)
        Instantiates a new Fast exception
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.String message,
                                      Status status)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.Throwable cause,
                                      Status status)
        Instantiates a new Fast exception.
        Parameters:
        cause - Exception The exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        cause - Exception The exception that was caught while running the fast framework
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      Status status)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        cause - Exception The exception that was caught while running the fast framework
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(Framework framework)
        Instantiates a new Fast exception
        Parameters:
        framework - The Framework being used when this exception occurred
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(Framework framework,
                                      Status status)
        Instantiates a new Fast exception
        Parameters:
        framework - The Framework being used when this exception occurred
        status - The Status that the fast framework treats the caught exception with
        Since:
        1.0.0
      • FastNavigatorException

        public FastNavigatorException​(java.lang.String message,
                                      java.lang.Throwable cause,
                                      Framework framework)
        Instantiates a new Fast exception.
        Parameters:
        message - Exception A message from an exception that was caught while running the fast framework
        cause - Exception The exception that was caught while running the fast framework
        framework - The Framework being used when this exception occurred
        Since:
        1.0.0