- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.samskivert.mustache.MustacheException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MustacheException.Context,MustacheParseException
public class MustacheException extends RuntimeException
An exception thrown when an error occurs parsing or executing a Mustache template.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMustacheException.ContextAn exception thrown if we encounter a context error (e.g.
-
Constructor Summary
Constructors Constructor Description MustacheException(String message)MustacheException(String message, Throwable cause)MustacheException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-