Package software.amazon.smithy.jmespath
Class ExpressionProblem
java.lang.Object
software.amazon.smithy.jmespath.ExpressionProblem
- All Implemented Interfaces:
 Comparable<ExpressionProblem>
Represents a problem detected by static analysis.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe severity of the problem. - 
Field Summary
Fields - 
Method Summary
 
- 
Field Details
- 
message
The description of the problem. - 
line
public final int lineThe line where the problem occurred. - 
column
public final int columnThe column where the problem occurred. - 
severity
The severity of the problem. 
 - 
 - 
Method Details
- 
toString
 - 
equals
 - 
hashCode
public int hashCode() - 
compareTo
- Specified by:
 compareToin interfaceComparable<ExpressionProblem>
 
 -