| Package | Description |
|---|---|
| org.trimou.exception |
| Modifier and Type | Method and Description |
|---|---|
MustacheProblem |
MustacheException.getCode() |
static MustacheProblem |
MustacheProblem.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MustacheProblem[] |
MustacheProblem.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MustacheException(MustacheProblem code) |
MustacheException(MustacheProblem code,
String message,
Object... params) |
MustacheException(MustacheProblem code,
Throwable cause) |
Copyright © 2013. All Rights Reserved.