Class Op_Error

  • All Implemented Interfaces:
    Serializable

    public final class Op_Error
    extends Error
    Operation 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
        More serious operation Error message.
      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

    • Constructor Detail

      • Op_Error

        public Op_Error()
        just an operation error.
      • Op_Error

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

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

        Exception with message and cause of this error

        Parameters:
        Message - An additional Error message
        Cause - exceptions causing thing error condition.
        See Also:
        Exception(String, Throwable)
      • Op_Error

        public Op_Error​(@NotNull
                        @NotNull Throwable Cause)

        Exception with cause of this error

        Parameters:
        Cause - exceptions causing thing error condition.
        See Also:
        Exception(Throwable)
    • Method Detail

      • Get_Error

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