public class DhallException
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
DhallException.ParsingFailure
Represents a parsing failure, generally wrapping an underlying exception.
|
static class |
DhallException.ResolutionFailure |
| Constructor and Description |
|---|
DhallException(java.lang.String message) |
DhallException(java.lang.String message,
java.lang.Throwable cause) |