com.sybase.reflection
Class NoSuchAttributeException

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.NoSuchAttributeException

public class NoSuchAttributeException
extends ApplicationException

This exception is thrown when an attribute can not be found when accessed through the ObjectManager


Field Summary
protected  java.lang.String __message
           
protected  java.lang.String __name
           
 
Constructor Summary
NoSuchAttributeException()
          Sybase internal use only.
NoSuchAttributeException(java.lang.String message)
          Sybase internal use only.
 
Method Summary
 NoSuchAttributeException 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
 NoSuchAttributeException initMessage(java.lang.String _message)
          Sybase internal use only.
 NoSuchAttributeException 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

NoSuchAttributeException

public NoSuchAttributeException()
Sybase internal use only.


NoSuchAttributeException

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

Method Detail

initName

public NoSuchAttributeException 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 NoSuchAttributeException 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 NoSuchAttributeException finishInit()
Sybase internal use only.