Class M_Error

  • All Implemented Interfaces:
    Serializable

    public class M_Error
    extends Error
    Operation M_Error.
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    See Also:
    Serialized Form
    • Field Detail

      • Error

        @NotNull
        private static final @org.jetbrains.annotations.NotNull short[] Error
        Standard Error message.
      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

    • Constructor Detail

      • M_Error

        public M_Error()
        just an operation error.
      • M_Error

        public M_Error​(@NotNull
                       @NotNull String Message)
        Parameters:
        Message - An additional M_Error message
      • M_Error

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

        Parameters:
        Message - An additional Error message
        Cause - exceptions causing thing error condition.
      • M_Error

        public M_Error​(Throwable Cause)

        Error from exception.

        Parameters:
        Cause - exceptions causing thing error condition.
    • Method Detail

      • Get_Error

        @NotNull
        public @org.jetbrains.annotations.NotNull short[] Get_Error()
        Standard Error message.
        Overrides:
        Get_Error in class Error
        Returns:
        error message as calculator text