-
This method will return the error object from the Context as per the index
passed to the function.If the index value passed is more than the count of the
errors in the array list then it returns a null.
Populates Errors from Exceptions.
protected void
This method adds the passed error object in the array list contained by
the context object
protected boolean
This method will check if the context contains a specific error message.This method
can be used for checking if the context is empty.
protected void
This is a internal method and takes in a errorobject as a parameter.This method
then calls another overloaded version for the method Log which takes in a
string to be logged and the severity level of the Error Object.