public class MustacheException extends RuntimeException
| Constructor and Description |
|---|
MustacheException(MustacheProblem code) |
MustacheException(MustacheProblem code,
String message) |
MustacheException(MustacheProblem code,
Throwable cause) |
MustacheException(String message) |
MustacheException(String message,
Throwable cause) |
MustacheException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
MustacheProblem |
getCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MustacheException(MustacheProblem code)
public MustacheException(MustacheProblem code, String message)
public MustacheException(MustacheProblem code, Throwable cause)
public MustacheException(String message)
public MustacheException(Throwable cause)
public MustacheProblem getCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2013. All Rights Reserved.