Class MustacheNotFoundException

All Implemented Interfaces:
Serializable

public class MustacheNotFoundException extends MustacheException
Mustache exception that provides the name of the missing mustache.
See Also:
  • Field Details

    • name

      private final String name
  • Constructor Details

    • MustacheNotFoundException

      public MustacheNotFoundException(String name)
    • MustacheNotFoundException

      public MustacheNotFoundException(String name, Throwable throwable)
  • Method Details

    • getName

      public String getName()