Class UnknownExpanderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.interactions.project.exception.UnknownExpanderException
- All Implemented Interfaces:
Serializable
This exception is used to indicate an expander definition could not be found for a specific name.
- Since:
- 7.1
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs the exception with the name of the unknown expander. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the unknown expander.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownExpanderException
Constructs the exception with the name of the unknown expander.- Parameters:
name
- The name of the unknown expander.
-
-
Method Details
-
getExpanderName
This method returns the name of the unknown expander.- Returns:
- The name of the unknown expander.
-