|
|||||||||
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.NoSuchOperationException
public class NoSuchOperationException
Thrown if code tries to access operation metadata that does not exist in class metadata
Constructor Summary | |
---|---|
NoSuchOperationException()
Initializes a new instance of the NoSuchOperationException class. |
|
NoSuchOperationException(java.lang.String name)
Initializes a new instance of the NoSuchOperationException class with specified operation name |
Method Summary | |
---|---|
protected void |
_init()
|
java.lang.String |
getName()
Gets the operation name which does not exist in class metadata. |
void |
setName(java.lang.String _name)
Sets the operation name which does not exist in class 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 NoSuchOperationException(java.lang.String name)
name
- The operation name which does not exist in class metadata.public NoSuchOperationException()
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 |