Package net.groboclown.retval
Interface SourcedProblem
-
- All Superinterfaces:
Problem
- All Known Implementing Classes:
FileProblem
@Immutable public interface SourcedProblem extends Problem
A problem that includes a known source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSource()A single source of the problem.-
Methods inherited from interface net.groboclown.retval.Problem
localMessage
-
-