public class SchemaViolation extends Object
| Constructor and Description |
|---|
SchemaViolation(int lineNumber,
int columnNumber,
String description)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
String |
getDescription() |
int |
getLineNumber() |
public SchemaViolation(int lineNumber,
int columnNumber,
String description)
lineNumber - the line number in which the problem was foundcolumnNumber - the column number in which the problem was founddescription - the description of the problempublic int getLineNumber()
public int getColumnNumber()
public String getDescription()
Copyright © 2026 MuleSoft, Inc.. All rights reserved.