Class GlossaryAuthorFVTCheckedException

    • Constructor Detail

      • GlossaryAuthorFVTCheckedException

        public GlossaryAuthorFVTCheckedException​(String message)
        This is the typical constructor used for creating a SubjectAreaFVTCheckedException.
        Parameters:
        message - Error message
      • GlossaryAuthorFVTCheckedException

        public GlossaryAuthorFVTCheckedException​(String message,
                                                 Exception e)
        This is the constructor used for creating a SubjectAreaFVTCheckedException that resulted from a previous error.
        Parameters:
        message - Error message
        e - the error that resulted in this exception.