public abstract class LoaderProblem extends Object implements Problem
| Modifier and Type | Class and Description |
|---|---|
static class |
LoaderProblem.DuplicatePropertyLoaderProblem |
static class |
LoaderProblem.IOLoaderProblem |
static class |
LoaderProblem.JndiContextLoaderProblem |
static class |
LoaderProblem.ObjectConversionValueProblem |
static class |
LoaderProblem.ParsingLoaderProblem |
static class |
LoaderProblem.SourceNotFoundLoaderProblem |
static class |
LoaderProblem.StringConversionLoaderProblem |
static class |
LoaderProblem.UnknownPropertyLoaderProblem |
| Modifier and Type | Field and Description |
|---|---|
protected LoaderValueCoord |
badValueCoord
The Property that actually has the problem
|
| Constructor and Description |
|---|
LoaderProblem() |
| Modifier and Type | Method and Description |
|---|---|
PropertyCoord |
getBadValueCoord()
The Property that has the problem.
|
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 PropertyCoord getBadValueCoord()
public String getFullMessage()
ProblemgetFullMessage in interface Problempublic String getProblemContext()
ProblemgetProblemContext in interface ProblemCopyright © 2017. All rights reserved.