public class IllegalIndentationException extends 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 |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final InputBuffer buffer
public final Position position
public IllegalIndentationException(InputBuffer buffer, Position position)
public String getMessage()
getMessage in class ThrowableCopyright © 2019. All rights reserved.