Package errors
Class Error.ErrorMessage
- java.lang.Object
-
- errors.Error.ErrorMessage
-
- Enclosing class:
- Error
public static class Error.ErrorMessage extends java.lang.ObjectThe 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.StringtoString()Concatenates each of the Strings held by this object, and returns them as a single formatted String.
-