|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
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.Problem
public Path getPath()
SchemaLibrary.Problem
getPath
in interface SchemaLibrary.Problem
public String getReason()
SchemaLibrary.Problem
getReason
in interface SchemaLibrary.Problem
public Throwable getCause()
SchemaLibrary.Problem
getCause
in interface SchemaLibrary.Problem
public String toString()
toString
in class Object
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |