|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.server.model.ResourceModelIssue
public class ResourceModelIssue
Abstraction for various issues of a resource model validity like: no resources, duplicated uri templates, etc.
| Constructor Summary | |
|---|---|
ResourceModelIssue(Object source,
String message)
|
|
ResourceModelIssue(Object source,
String message,
boolean fatal)
|
|
| Method Summary | |
|---|---|
String |
getMessage()
Human readable description of the issue |
Object |
getSource()
Corresponding object (having the issue) |
boolean |
isFatal()
If this returns true, appropriate abstract resource has a fatal issue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceModelIssue(Object source,
String message)
public ResourceModelIssue(Object source,
String message,
boolean fatal)
| Method Detail |
|---|
public String getMessage()
public boolean isFatal()
public Object getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||