Package net.groboclown.retval
Interface Problem
-
- All Known Subinterfaces:
SourcedProblem
- All Known Implementing Classes:
FileProblem,LocalizedProblem,UnhandledExceptionProblem
@Immutable public interface ProblemA standard problem that prevents a valid value from being returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringlocalMessage()A human-consumable message describing the problem.
-