| Package | Description |
|---|---|
| org.rendersnake.error |
| Modifier and Type | Method and Description |
|---|---|
static RenderException |
RenderException.caught(Exception ex)
Return a new RenderException for the situation that an unkown problem was detected when rendering a component.
|
static RenderException |
RenderException.emptyStack()
Return a new RenderException for the situation that a component is trying to close an open tag when there are no open tags to close.
|
static RenderException |
RenderException.nullTag()
Return a new RenderException for the situation that a different tag is being close than expected.
|
static RenderException |
RenderException.unexpectedTag(String expected,
String actual)
Return a new RenderException for the situation that a different tag is being close than expected.
|
Copyright © 2010–2018. All rights reserved.