Class AttributeAccessException

All Implemented Interfaces:
Serializable

public class AttributeAccessException extends RuntimeException
Exception for indicating that an attribute was accessed in a way that is not permitted.

This exception is thrown when a private attribute is requested by another entity, or when an attribute is requested as a type (event, routine or property) that does not match its actual type.

See Also:
  • Constructor Details

    • AttributeAccessException

      public AttributeAccessException(String message)
      Constructs a new attribute access exception with the specified detail message.
      Parameters:
      message - the detail message describing the disallowed access