|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jknack.handlebars.HandlebarsException
public class HandlebarsException
If something goes wrong this exception will happen.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
HandlebarsError |
getError()
A handlebars error. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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.| Method Detail |
|---|
public HandlebarsError getError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||