public abstract class ValueProblem extends Object implements Problem
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueProblem.InvalidValueProblem<T> |
| Modifier and Type | Field and Description |
|---|---|
protected LoaderValueCoord |
badValueCoord |
| Constructor and Description |
|---|
ValueProblem() |
| Modifier and Type | Method and Description |
|---|---|
LoaderValueCoord |
getBadValueCoord() |
String |
getFullMessage()
A complete description of the problem w/ context and problem description.
|
String |
getProblemContext()
The context for the problem, for the user.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProblemDescriptionprotected LoaderValueCoord badValueCoord
public LoaderValueCoord getBadValueCoord()
public String getFullMessage()
ProblemgetFullMessage in interface Problempublic String getProblemContext()
ProblemgetProblemContext in interface ProblemCopyright © 2017. All rights reserved.