Package errors

Class Error.ErrorMessage

  • Enclosing class:
    Error

    public static class Error.ErrorMessage
    extends java.lang.Object
    The ErrorMessage class is used to store information about an error.

    Extracts information from an Error object, retrieving data regarding the problem, solution, and location of the error. This information is then formatted and split into various String objects, each of which hold a particular portion of the overall error message.

    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      Concatenates each of the Strings held by this object, and returns them as a single formatted String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        public java.lang.String toString()
        Concatenates each of the Strings held by this object, and returns them as a single formatted String.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A String containing the entire error message