public final class ResourceModelIssue extends Object
getSeverity()
).
While the non-fatal issues are merely reported as warnings in the log, the
fatal issues prevent the successful application deployment.Constructor and Description |
---|
ResourceModelIssue(Object source,
String message)
Create a new resource model warning.
|
ResourceModelIssue(Object source,
String message,
Severity severity)
Create a new resource model issue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage()
Human-readable description of the issue.
|
Severity |
getSeverity()
Get
Severity . |
Object |
getSource()
The issue source.
|
int |
hashCode() |
String |
toString() |
public ResourceModelIssue(Object source, String message)
source
- issue source.message
- human-readable issue description.public String getMessage()
public Severity getSeverity()
Severity
.ResourceModelIssue
.public Object getSource()
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.