public class IllegalIndentationException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
InputBuffer |
buffer |
Position |
position |
| Constructor and Description |
|---|
IllegalIndentationException(InputBuffer buffer,
Position position) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
public final InputBuffer buffer
public final Position position
public IllegalIndentationException(InputBuffer buffer, Position position)