com.sybase.reflection
Class NoSuchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sybase.afx.ApplicationException
                  extended by com.sybase.reflection.NoSuchOperationException

public class NoSuchOperationException
extends ApplicationException

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

__name

protected java.lang.String __name

__message

protected java.lang.String __message
Constructor Detail

NoSuchOperationException

public NoSuchOperationException()
Sybase internal use only.


NoSuchOperationException

public NoSuchOperationException(java.lang.String message)
Sybase internal use only.

Method Detail

initName

public NoSuchOperationException initName(java.lang.String _name)
Sybase internal use only.


getName

public java.lang.String getName()
Gets the name of this exception


setName

public void setName(java.lang.String _name)
Sybase internal use only.


initMessage

public NoSuchOperationException initMessage(java.lang.String _message)
Sybase internal use only.


getMessage

public java.lang.String getMessage()
Gets the message of this exception

Overrides:
getMessage in class java.lang.Throwable

setMessage

public void setMessage(java.lang.String _message)
Sybase internal use only.


finishInit

public NoSuchOperationException finishInit()
Sybase internal use only.