Class UnknownElementException

All Implemented Interfaces:
Serializable

public class UnknownElementException extends CitrusRuntimeException
Thrown in case an element is not found. Usually used in during validation.
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • UnknownElementException

      public UnknownElementException()
      Default constructor.
    • UnknownElementException

      public UnknownElementException(String message)
      Constructor using fields.
      Parameters:
      message -
    • UnknownElementException

      public UnknownElementException(Throwable cause)
      Constructor using fields.
      Parameters:
      cause -
    • UnknownElementException

      public UnknownElementException(String message, Throwable cause)
      Constructor using fields.
      Parameters:
      message -
      cause -