|
|||||||||
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.reflection.NoSuchOperationException
public class NoSuchOperationException
This exception is thrown when an operation can not be found when accessed through the ObjectManager
Field Summary | |
---|---|
protected java.lang.String |
__message
|
protected java.lang.String |
__name
|
Constructor Summary | |
---|---|
NoSuchOperationException()
Sybase internal use only. |
|
NoSuchOperationException(java.lang.String message)
Sybase internal use only. |
Method Summary | |
---|---|
NoSuchOperationException |
finishInit()
Sybase internal use only. |
java.lang.String |
getMessage()
Gets the message of this exception |
java.lang.String |
getName()
Gets the name of this exception |
NoSuchOperationException |
initMessage(java.lang.String _message)
Sybase internal use only. |
NoSuchOperationException |
initName(java.lang.String _name)
Sybase internal use only. |
void |
setMessage(java.lang.String _message)
Sybase internal use only. |
void |
setName(java.lang.String _name)
Sybase internal use only. |
Methods inherited from class java.lang.Throwable |
---|
printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String __name
protected java.lang.String __message
Constructor Detail |
---|
public NoSuchOperationException()
public NoSuchOperationException(java.lang.String message)
Method Detail |
---|
public NoSuchOperationException initName(java.lang.String _name)
public java.lang.String getName()
public void setName(java.lang.String _name)
public NoSuchOperationException initMessage(java.lang.String _message)
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void setMessage(java.lang.String _message)
public NoSuchOperationException finishInit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |