Package com.consol.citrus.exceptions
Class NoSuchFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.consol.citrus.exceptions.CitrusRuntimeException
-
- com.consol.citrus.exceptions.NoSuchFunctionException
-
- All Implemented Interfaces:
Serializable
public class NoSuchFunctionException extends CitrusRuntimeException
Unknown functions cause this exception.- Author:
- Christoph Deppisch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchFunctionException()Default 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 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
-
NoSuchFunctionException
public NoSuchFunctionException()
Default constructor.
-
NoSuchFunctionException
public NoSuchFunctionException(String message)
Constructor using fields.- Parameters:
message-
-
NoSuchFunctionException
public NoSuchFunctionException(Throwable cause)
Constructor using fields.- Parameters:
cause-
-
-