Class TodoException

    • Constructor Detail

      • TodoException

        public TodoException​(String callingClass,
                             int errorLevel,
                             String message)
        Creates new TodoException
      • TodoException

        public TodoException​(String callingClass,
                             int errorLevel,
                             String message,
                             String extraParams)
        Constructor declaration
        Parameters:
        callingClass -
        errorLevel -
        message -
        extraParams -
      • TodoException

        public TodoException​(String callingClass,
                             int errorLevel,
                             String message,
                             Exception nested)
        Constructor declaration
        Parameters:
        callingClass -
        errorLevel -
        message -
        nested -
      • TodoException

        public TodoException​(String callingClass,
                             int errorLevel,
                             String message,
                             String extraParams,
                             Exception nested)
        Constructor declaration
        Parameters:
        callingClass -
        errorLevel -
        message -
        extraParams -
        nested -