public class HandlebarsException extends RuntimeException
| Constructor and Description |
|---|
HandlebarsException(HandlebarsError error)
Creates a new
HandlebarsException. |
HandlebarsException(HandlebarsError error,
Throwable cause)
Creates a new
HandlebarsException. |
HandlebarsException(String message,
Throwable cause)
Creates a new
HandlebarsException. |
HandlebarsException(Throwable cause)
Creates a new
HandlebarsException. |
| Modifier and Type | Method and Description |
|---|---|
HandlebarsError |
getError()
A handlebars error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HandlebarsException(HandlebarsError error)
HandlebarsException.error - The hbs error's. Required.public HandlebarsException(Throwable cause)
HandlebarsException.cause - The error's cause.public HandlebarsException(HandlebarsError error, Throwable cause)
HandlebarsException.error - The error's message.cause - The error's cause.public HandlebarsException(String message, Throwable cause)
HandlebarsException.message - The error's message.cause - The error's cause.public HandlebarsError getError()
Copyright © 2016. All rights reserved.