Class GuidOrientatedException

    • Constructor Detail

      • GuidOrientatedException

        public GuidOrientatedException​(ExceptionMessageDefinition messageDefinition,
                                       String className,
                                       String actionDescription,
                                       String guid)
        This is the typical constructor used for creating a GuidOrientatedException
        Parameters:
        messageDefinition - content of the message
        className - name of class reporting error
        actionDescription - description of function it was performing when error detected
        guid - guid associated with this Exception
      • GuidOrientatedException

        public GuidOrientatedException​(ExceptionMessageDefinition messageDefinition,
                                       String className,
                                       String actionDescription,
                                       Throwable caughtError,
                                       String guid)
        This is the constructor used for creating an GuidOrientatedException when an unexpected error has been caught. The properties allow additional information to be associated with the exception.
        Parameters:
        messageDefinition - content of the message
        className - name of class reporting error
        actionDescription - description of function it was performing when error detected
        caughtError - previous error causing this exception
        guid - guid associated with this Exception
    • Method Detail

      • getGuid

        public String getGuid()