public final class UnrecognizedEntityException extends InvalidRequestException
Modifier and Type | Field and Description |
---|---|
ColumnIdentifier |
entity
The unrecognized entity.
|
Relation |
relation
The entity relation.
|
Constructor and Description |
---|
UnrecognizedEntityException(ColumnIdentifier entity,
Relation relation)
Creates a new
UnrecognizedEntityException . |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public final ColumnIdentifier entity
public final Relation relation
public UnrecognizedEntityException(ColumnIdentifier entity, Relation relation)
UnrecognizedEntityException
.entity
- the unrecognized entityrelation
- the entity relationCopyright © 2018 The Apache Software Foundation