Class FormException

    • Constructor Detail

      • FormException

        public FormException​(String caller,
                             String message)
        Set the caller and the error message
      • FormException

        public FormException​(String caller,
                             String message,
                             Exception nestedException)
        Set the caller, the error message and the nested exception.
      • FormException

        public FormException​(String caller,
                             String message,
                             String infos)
        Set the caller, infos and the error message
      • FormException

        public FormException​(String caller,
                             String message,
                             String infos,
                             Exception nestedException)
        Set the caller, the error message, infos and the nested exception.
      • FormException

        protected FormException​(String caller,
                                int level,
                                String message)
        Set the caller, the level and the error message. Used only by the FatalFormException
      • FormException

        protected FormException​(String caller,
                                int level,
                                String message,
                                Exception nestedException)
        Set the caller, the level, the error message and the nested exception. Used only by the FatalFormException
      • FormException

        protected FormException​(String caller,
                                int level,
                                String message,
                                String infos)
        Set the caller, the level, the error message and infos. Used only by the FatalFormException
      • FormException

        protected FormException​(String caller,
                                int level,
                                String message,
                                String infos,
                                Exception nestedException)
        Set the caller, the level, the error message, infos and the nested exception. Used only by the FatalFormException