Class NoSuchAttributeException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.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:
    Serialized Form
    • Constructor Detail

      • NoSuchAttributeException

        public NoSuchAttributeException​(java.lang.String message,
                                        int nativeErrorCode)
      • NoSuchAttributeException

        public NoSuchAttributeException​(java.lang.String message)