Class InvalidMutatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aquima.interactions.foundation.exception.AppException
-
- com.aquima.interactions.composer.ComposerException
-
- com.aquima.interactions.composer.exception.InvalidMutatorException
-
- All Implemented Interfaces:
Serializable
public class InvalidMutatorException extends ComposerException
This exception is used when a dynamic container fails due to an exception.- Since:
- 5.0
- Author:
- O. Kerpershoek
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMutatorException(String mutatorName, String message)
Constructs the exception with the name of the container and the error message.InvalidMutatorException(String mutatorName, Throwable cause)
Constructs the exception with the name of the container and the error cause.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMutatorName()
This method returns the name of the dynamic container that failed.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMutatorName
public String getMutatorName()
This method returns the name of the dynamic container that failed.- Returns:
- the name of the dynamic container that failed.
-
-