public final class SemanticExceptions extends Object
| Modifier and Type | Method and Description |
|---|---|
static SemanticException |
ambiguousAttributeException(Expression node,
QualifiedName name) |
static SemanticException |
missingAttributeException(Expression node)
Deprecated.
|
static SemanticException |
missingAttributeException(Expression node,
QualifiedName name) |
static SemanticException |
notSupportedException(Node node,
String notSupportedFeatureDescription) |
public static SemanticException missingAttributeException(Expression node, QualifiedName name)
@Deprecated public static SemanticException missingAttributeException(Expression node)
missingAttributeException(Expression, QualifiedName) instead.public static SemanticException ambiguousAttributeException(Expression node, QualifiedName name)
public static SemanticException notSupportedException(Node node, String notSupportedFeatureDescription)
Copyright © 2012–2019. All rights reserved.