|
ModeShape Distribution 3.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infinispan.schematic.internal.schema.ValidationProblem
public class ValidationProblem
| Constructor Summary | |
|---|---|
ValidationProblem(SchemaLibrary.ProblemType type,
Path path,
String reason,
Throwable cause)
|
|
| Method Summary | |
|---|---|
Throwable |
getCause()
Get the exception that was the cause of this problem, if there was an exception. |
Path |
getPath()
The path to the field about which this problem applies. |
String |
getReason()
Get the message describing the problem. |
SchemaLibrary.ProblemType |
getType()
Get the type of problem. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationProblem(SchemaLibrary.ProblemType type,
Path path,
String reason,
Throwable cause)
| Method Detail |
|---|
public SchemaLibrary.ProblemType getType()
SchemaLibrary.Problem
getType in interface SchemaLibrary.Problempublic Path getPath()
SchemaLibrary.Problem
getPath in interface SchemaLibrary.Problempublic String getReason()
SchemaLibrary.Problem
getReason in interface SchemaLibrary.Problempublic Throwable getCause()
SchemaLibrary.Problem
getCause in interface SchemaLibrary.Problempublic String toString()
toString in class Object
|
ModeShape Distribution 3.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||