Class MustacheNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
    • Constructor Detail

      • MustacheNotFoundException

        public MustacheNotFoundException​(java.lang.String name)
      • MustacheNotFoundException

        public MustacheNotFoundException​(java.lang.String name,
                                         java.lang.Throwable throwable)
    • Method Detail

      • getName

        public java.lang.String getName()