public class SoyTofuException extends RuntimeException
There are several kinds of errors that you might encounter:
cause field.
Future instances passed as
parameters. In this case, the failure cause will be SoyFutureException, with the
failure cause attached to that.
| Constructor and Description |
|---|
SoyTofuException(RenderException re)
Creates an instance by copying a RenderException.
|
SoyTofuException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SoyTofuException(String message)
message - A detailed description of the error.public SoyTofuException(RenderException re)
re - The RenderException to copy.