Package org.citrusframework.exceptions
Class NoSuchFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.citrusframework.exceptions.CitrusRuntimeException
org.citrusframework.exceptions.NoSuchFunctionException
- All Implemented Interfaces:
Serializable
Unknown functions cause this exception.
- Author:
- Christoph Deppisch
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.NoSuchFunctionException(String message) Constructor using fields.NoSuchFunctionException(String message, Throwable cause) Constructor using fields.NoSuchFunctionException(Throwable cause) Constructor using fields. -
Method Summary
Methods inherited from class org.citrusframework.exceptions.CitrusRuntimeException
getFailureStack, getFailureStackAsString, getMessage, setFailureStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchFunctionException
public NoSuchFunctionException()Default constructor. -
NoSuchFunctionException
Constructor using fields.- Parameters:
message-
-
NoSuchFunctionException
Constructor using fields.- Parameters:
cause-
-
NoSuchFunctionException
Constructor using fields.- Parameters:
message-cause-
-