public class HandlebarsException
extends java.lang.RuntimeException
Constructor and Description |
---|
HandlebarsException(HandlebarsError error)
Creates a new
HandlebarsException . |
HandlebarsException(HandlebarsError error,
java.lang.Throwable cause)
Creates a new
HandlebarsException . |
HandlebarsException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
HandlebarsException . |
HandlebarsException(java.lang.Throwable cause)
Creates a new
HandlebarsException . |
Modifier and Type | Method and Description |
---|---|
HandlebarsError |
getError()
A handlebars error.
|
public HandlebarsException(HandlebarsError error)
HandlebarsException
.error
- The hbs error's. Required.public HandlebarsException(java.lang.Throwable cause)
HandlebarsException
.cause
- The error's cause.public HandlebarsException(HandlebarsError error, java.lang.Throwable cause)
HandlebarsException
.error
- The error's message.cause
- The error's cause.public HandlebarsException(java.lang.String message, java.lang.Throwable cause)
HandlebarsException
.message
- The error's message.cause
- The error's cause.public HandlebarsError getError()
Copyright © 2010 - 2020 Adobe. All Rights Reserved