Package com.consol.citrus.exceptions
Class NoSuchFunctionLibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchFunctionLibraryException()Default constructor.NoSuchFunctionLibraryException(String message)Constructor using fields.NoSuchFunctionLibraryException(String message, Throwable cause)Constructor using fields.NoSuchFunctionLibraryException(Throwable cause)Constructor using fields.
-
Method Summary
-
Methods inherited from class com.consol.citrus.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
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-
-
-