Class NoSuchAttributeException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class NoSuchAttributeException extends DSAPIException
Thrown when an attempt is made to access a named attribute which does not exist.
Author:
nh
See Also:
  • Constructor Details

    • NoSuchAttributeException

      public NoSuchAttributeException(String message, int nativeErrorCode)
    • NoSuchAttributeException

      public NoSuchAttributeException(String message)