public interface ModelProblemCollector
Modifier and Type | Method and Description |
---|---|
void |
add(ModelProblem.Severity severity,
String message,
InputLocation location,
Exception cause)
Adds the specified problem.
|
void add(ModelProblem.Severity severity, String message, InputLocation location, Exception cause)
severity
- The severity of the problem, must not be null
.message
- The detail message of the problem, may be null
.location
- The location of the problem, may be null
.cause
- The cause of the problem, may be null
.Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.