Class MustachePartialsMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.springmvc.view.mustache.exceptions.MustachePartialsMappingException
-
- All Implemented Interfaces:
Serializable
public final class MustachePartialsMappingException extends RuntimeException
Exception thrown when partials mapping cannot be retrieved because it is not a valid object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MustachePartialsMappingException()
Build exception with default message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-