Class FastElementNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FastElementNotFoundException
    extends FastException
    This class is used to throw an exception when the fast framework fails to find an element it was searching for
    Since:
    1.0.0
    See Also:
    Serialized Form
    • Constructor Detail

      • FastElementNotFoundException

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

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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
      • FastElementNotFoundException

        public FastElementNotFoundException​(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