Class BCDError

    • Field Detail

      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

    • Constructor Detail

      • BCDError

        public BCDError()
      • BCDError

        public BCDError​(@NotNull
                        @NotNull String Message)

        Exception with message of this error

        Parameters:
        Message - error message
        See Also:
        Exception(String)
      • BCDError

        public BCDError​(@NotNull
                        @NotNull String Message,
                        @NotNull
                        @NotNull Throwable Cause)

        Exception with message and cause of this BCDError

        Parameters:
        Message - error message
        Cause - Cause of this BCDError
        See Also:
        Exception(String, Throwable)
      • BCDError

        public BCDError​(@NotNull
                        @NotNull Throwable Cause)

        Exception with cause of this BCDError

        Parameters:
        Cause - Cause of this BCDError
        See Also:
        Exception(Throwable)