public static interface SchemaLibrary.Problem
Modifier and Type | Method and Description |
---|---|
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.
|
SchemaLibrary.ProblemType getType()
Path getPath()
String getReason()
Throwable getCause()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.