public static class FileLocations
extends java.lang.Object
FileLocations
class identifies the file(s) that caused the method to
report the exception.
Some types of exceptions are caused by a problem with
one or more files. This class is intended to be used as the payload to identify
those files when the method reports exceptions like NotFound
. See Error.getData()
.