Class FormItemNotExistsException

All Implemented Interfaces:
Serializable

public class FormItemNotExistsException extends PerunException
This exception is thrown when the form item does not exist in any application form
Author:
Jakub Hejda <Jakub.Hejda@cesnet.cz>
See Also:
  • Constructor Details

    • FormItemNotExistsException

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

      public FormItemNotExistsException(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
    • FormItemNotExistsException

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