Class AttributeNotAssignedException

All Implemented Interfaces:
Serializable

public class AttributeNotAssignedException extends EntityNotAssignedException
This exception is used when trying to remove an attribute from the service that hasn't been assigned before.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • AttributeNotAssignedException

      public AttributeNotAssignedException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • AttributeNotAssignedException

      public AttributeNotAssignedException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • AttributeNotAssignedException

      public AttributeNotAssignedException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception
    • AttributeNotAssignedException

      public AttributeNotAssignedException(AttributeDefinition attribute)
      Constructor with attribute that has not been assigned before
      Parameters:
      attribute - that has not been assigned before
  • Method Details

    • getAttribute

      public AttributeDefinition getAttribute()
      Getter for the attribute that has not been assigned before
      Returns:
      attribute that has not been assigned before