|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.api.exception.query.UnresolvedSymbolDescription
public class UnresolvedSymbolDescription
This helper object describes an unresolved symbol found during query resolution.
Constructor Summary | |
---|---|
UnresolvedSymbolDescription(java.lang.String symbol,
java.lang.String description)
Construct a description given the symbol and it's description. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get the description of the problem |
java.lang.String |
getSymbol()
Get the symbol that was unresolved |
java.lang.String |
toString()
Get string representation of the unresolved symbol description |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnresolvedSymbolDescription(java.lang.String symbol, java.lang.String description)
symbol
- Unresolved symboldescription
- Description of errorMethod Detail |
---|
public java.lang.String getSymbol()
public java.lang.String getDescription()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |