Package com.github.mustachejava
Class MustacheNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mustachejava.MustacheException
-
- com.github.mustachejava.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.Stringname
-
Constructor Summary
Constructors Constructor Description MustacheNotFoundException(java.lang.String name)MustacheNotFoundException(java.lang.String name, java.lang.Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()-
Methods inherited from class com.github.mustachejava.MustacheException
getContext, getMessage, setContext
-
-