|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sybase.afx.ApplicationException
com.sybase.persistence.NoSuchAttributeException
public class NoSuchAttributeException
Thrown if code tries to access an attribute that does not exist in class or entity metadata. This exception may be thrown by a dynamic query method (executeQuery, etc.) if the Query passed in selects for an attribute that does not exist in the MBO queried
Constructor Summary | |
---|---|
NoSuchAttributeException()
Initializes a new instance of the NoSuchAttributeException class. |
|
NoSuchAttributeException(java.lang.String name)
Initializes a new instance of the NoSuchAttributeException class with specified attribute name. |
Method Summary | |
---|---|
protected void |
_init()
|
java.lang.String |
getName()
Gets the attribute name that does not exist in class or entity metadata. |
void |
setName(java.lang.String _name)
Sets the attribute name that does not exist in class or entity metadata. |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoSuchAttributeException(java.lang.String name)
name
- The attribute name which does not exist in class or entity metadata.public NoSuchAttributeException()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String _name)
protected void _init()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |