Class NoSuchFunctionLibraryException

All Implemented Interfaces:
Serializable

public class NoSuchFunctionLibraryException extends CitrusRuntimeException
In case no function library exists for a given prefix this exception is thrown.
Author:
Christoph Deppisch
See Also:
  • Constructor Details

    • NoSuchFunctionLibraryException

      public NoSuchFunctionLibraryException()
      Default constructor.
    • NoSuchFunctionLibraryException

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

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

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