Class UnknownExpanderException

All Implemented Interfaces:
Serializable

public class UnknownExpanderException extends AppException
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 Details

    • UnknownExpanderException

      public UnknownExpanderException(String name)
      Constructs the exception with the name of the unknown expander.
      Parameters:
      name - The name of the unknown expander.
  • Method Details

    • getExpanderName

      public String getExpanderName()
      This method returns the name of the unknown expander.
      Returns:
      The name of the unknown expander.