public class ResourceModelIssue extends Object
Constructor and Description |
---|
ResourceModelIssue(Object source,
String message) |
ResourceModelIssue(Object source,
String message,
boolean fatal) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Human readible description of the issue
|
Object |
getSource()
Corresponding object (having the issue)
|
boolean |
isFatal()
If this returns true, appropriate abstract resource has a fatal issue
|
Copyright © 2013 Oracle Corporation. All rights reserved.