public class MustacheException extends RuntimeException
Constructor and Description |
---|
MustacheException(ProblemCode code) |
MustacheException(ProblemCode code,
String message,
Object... params) |
MustacheException(ProblemCode code,
Throwable cause) |
MustacheException(String message) |
MustacheException(String message,
Throwable cause) |
MustacheException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ProblemCode |
getCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MustacheException(ProblemCode code)
public MustacheException(ProblemCode code, String message, Object... params)
public MustacheException(ProblemCode code, Throwable cause)
public MustacheException(String message)
public MustacheException(Throwable cause)
public ProblemCode getCode()
public String getMessage()
getMessage
in class Throwable
Copyright © 2017. All rights reserved.